#B36C2F

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

Shades of Reno Sand #B36C2F

Tints of Reno Sand #B36C2F

Color information

#B36C2F (or 0xB36C2F) is unknown color: approx Reno Sand. HEX triplet: B3, 6C and 2F. RGB value is (179,108,47). Sum of RGB (Red+Green+Blue) = 179+108+47=334 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.59% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 179 - color contains mainly: red. Hex color #B36C2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36C2F is #4C93D0. Grayscale: #7A7A7A. Windows color (decimal): -5018577 or 3108019. OLE color: 3108019.

HSL color Cylindrical-coordinate representation of color #B36C2F: hue angle of 27.73º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B36C2F is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB17910847-
CMYK00.400.740.30
HSL27.73º58.41%44.31%-
HSV(B)27.73º73.74%70.2%-
XYZ24.4720.515.36-
YUV122.2885.52168.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.59%
GREEN value IS 108 (42.58% from 255) = 32.34%
BLUE value IS 47 (18.75% from 255) = 14.07%
R=53.59%
G=32.34%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791084700.400.740.3027.7358.4144.31
HexB36C2F0284A1E1c3a2c
Octal2631545705011236347254
Binary101100111101100101111010100010010101111011100111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36C2F; }

 p { color: rgb(179,108,47); }

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

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

 a { background-color: rgb(179,108,47); }

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

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

 span { border-color: rgb(179,108,47); }

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