#B36F36

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

Shades of Reno Sand #B36F36

Tints of Reno Sand #B36F36

Color information

#B36F36 (or 0xB36F36) is unknown color: approx Reno Sand. HEX triplet: B3, 6F and 36. RGB value is (179,111,54). Sum of RGB (Red+Green+Blue) = 179+111+54=344 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.03% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 54 (21.48% from 255 or 15.70% from 344); Max value from RGB is 179 - color contains mainly: red. Hex color #B36F36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36F36 is #4C90C9. Grayscale: #7D7D7D. Windows color (decimal): -5017802 or 3567539. OLE color: 3567539.

HSL color Cylindrical-coordinate representation of color #B36F36: hue angle of 27.36º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B36F36 is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB17911154-
CMYK00.380.700.30
HSL27.36º53.65%45.69%-
HSV(B)27.36º69.83%70.2%-
XYZ24.9421.226.27-
YUV124.8388.03166.63-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.03%
GREEN value IS 111 (43.75% from 255) = 32.27%
BLUE value IS 54 (21.48% from 255) = 15.70%
R=52.03%
G=32.27%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791115400.380.700.3027.3653.6545.69
HexB36F36026461E1b362e
Octal2631576604610636336656
Binary101100111101111110110010011010001101111011011110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36F36; }

 p { color: rgb(179,111,54); }

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

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

 a { background-color: rgb(179,111,54); }

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

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

 span { border-color: rgb(179,111,54); }

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