#B16736

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

Shades of Reno Sand #B16736

Tints of Reno Sand #B16736

Color information

#B16736 (or 0xB16736) is unknown color: approx Reno Sand. HEX triplet: B1, 67 and 36. RGB value is (177,103,54). Sum of RGB (Red+Green+Blue) = 177+103+54=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 54 (21.48% from 255 or 16.17% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B16736 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16736 is #4E98C9. Grayscale: #777777. Windows color (decimal): -5150922 or 3565489. OLE color: 3565489.

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

Color convert

RGB17710354-
CMYK00.420.690.31
HSL23.9º53.25%45.29%-
HSV(B)23.9º69.49%69.41%-
XYZ23.6519.315.97-
YUV119.5491.02168.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.99%
GREEN value IS 103 (40.62% from 255) = 30.84%
BLUE value IS 54 (21.48% from 255) = 16.17%
R=52.99%
G=30.84%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771035400.420.690.3123.953.2545.29
HexB1673602A451F18352d
Octal2611476605210537306555
Binary101100011100111110110010101010001011111111000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16736; }

 p { color: rgb(177,103,54); }

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

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

 a { background-color: rgb(177,103,54); }

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

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

 span { border-color: rgb(177,103,54); }

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