#B16A27

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

Shades of Reno Sand #B16A27

Tints of Reno Sand #B16A27

Color information

#B16A27 (or 0xB16A27) is unknown color: approx Reno Sand. HEX triplet: B1, 6A and 27. RGB value is (177,106,39). Sum of RGB (Red+Green+Blue) = 177+106+39=322 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.97% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 39 (15.62% from 255 or 12.11% from 322); Max value from RGB is 177 - color contains mainly: red. Hex color #B16A27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16A27 is #4E95D8. Grayscale: #777777. Windows color (decimal): -5150169 or 2583217. OLE color: 2583217.

HSL color Cylindrical-coordinate representation of color #B16A27: hue angle of 29.13º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B16A27 is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB17710639-
CMYK00.400.780.31
HSL29.13º63.89%42.35%-
HSV(B)29.13º77.97%69.41%-
XYZ23.6519.84.49-
YUV119.5982.52168.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.97%
GREEN value IS 106 (41.80% from 255) = 32.92%
BLUE value IS 39 (15.62% from 255) = 12.11%
R=54.97%
G=32.92%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771063900.400.780.3129.1363.8942.35
HexB16A270284E1F1d402a
Octal26115247050116373510052
Binary1011000111010101001110101000100111011111111011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16A27; }

 p { color: rgb(177,106,39); }

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

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

 a { background-color: rgb(177,106,39); }

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

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

 span { border-color: rgb(177,106,39); }

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