#B16832

Color #B16832 Reno Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reno Sand #B16832

Tints of Reno Sand #B16832

Color information

#B16832 (or 0xB16832) is unknown color: approx Reno Sand. HEX triplet: B1, 68 and 32. RGB value is (177,104,50). Sum of RGB (Red+Green+Blue) = 177+104+50=331 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.47% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 177 - color contains mainly: red. Hex color #B16832 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16832 is #4E97CD. Grayscale: #777777. Windows color (decimal): -5150670 or 3303601. OLE color: 3303601.

HSL color Cylindrical-coordinate representation of color #B16832: hue angle of 25.51º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B16832 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB17710450-
CMYK00.410.720.31
HSL25.51º55.95%44.51%-
HSV(B)25.51º71.75%69.41%-
XYZ23.6619.485.53-
YUV119.6788.68168.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 53.47%
GREEN value IS 104 (41.02% from 255) = 31.42%
BLUE value IS 50 (19.92% from 255) = 15.11%
R=53.47%
G=31.42%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771045000.410.720.3125.5155.9544.51
HexB16832029481F1a382d
Octal2611506205111037327055
Binary101100011101000110010010100110010001111111010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16832; }

 p { color: rgb(177,104,50); }

 H1.HeaderClassName
 {
   color: #B16832;
 }
 .AnyTagClassName
 {
   color: #B16832;
 }
</style>
background-color css

<style>
 a { background-color: #B16832; }

 a { background-color: rgb(177,104,50); }

 div.DivClassName
 {
   background-color: #B16832;
 }
 .BgClassName
 {
   background-color: #B16832;
 }
</style>
border-color css

<style>
 span { border-color: #B16832; }

 span { border-color: rgb(177,104,50); }

 td.TdClassName
 {
   border-color: #B16832;
 }
 .TagClassName
 {
   border-color: #B16832;
 }
</style>