#b36e39

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

Shades of Reno Sand #B36E39

Tints of Reno Sand #B36E39

Color information

#B36E39 (or 0xB36E39) is unknown color: approx Reno Sand. HEX triplet: B3, 6E and 39. RGB value is (179,110,57). Sum of RGB (Red+Green+Blue) = 179+110+57=346 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.73% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 57 (22.66% from 255 or 16.47% from 346); Max value from RGB is 179 - color contains mainly: red. Hex color #B36E39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36E39 is #4C91C6. Grayscale: #7C7C7C. Windows color (decimal): -5018055 or 3763891. OLE color: 3763891.

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

Color convert

RGB17911057-
CMYK00.390.680.30
HSL26.07º51.69%46.27%-
HSV(B)26.07º68.16%70.2%-
XYZ24.921.036.62-
YUV124.5989.86166.81-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.73%
GREEN value IS 110 (43.36% from 255) = 31.79%
BLUE value IS 57 (22.66% from 255) = 16.47%
R=51.73%
G=31.79%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791105700.390.680.3026.0751.6946.27
HexB36E39027441E1a342e
Octal2631567104710436326456
Binary101100111101110111001010011110001001111011010110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b36e39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b36e39; }

 p { color: rgb(179,110,57); }

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

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

 a { background-color: rgb(179,110,57); }

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

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

 span { border-color: rgb(179,110,57); }

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