#B36E2E

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

Shades of Reno Sand #B36E2E

Tints of Reno Sand #B36E2E

Color information

#B36E2E (or 0xB36E2E) is unknown color: approx Reno Sand. HEX triplet: B3, 6E and 2E. RGB value is (179,110,46). Sum of RGB (Red+Green+Blue) = 179+110+46=335 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.43% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 46 (18.36% from 255 or 13.73% from 335); Max value from RGB is 179 - color contains mainly: red. Hex color #B36E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36E2E is #4C91D1. Grayscale: #7B7B7B. Windows color (decimal): -5018066 or 3042995. OLE color: 3042995.

HSL color Cylindrical-coordinate representation of color #B36E2E: hue angle of 28.87º degrees, saturation: 0.59, 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 #B36E2E is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB17911046-
CMYK00.390.740.30
HSL28.87º59.11%44.12%-
HSV(B)28.87º74.3%70.2%-
XYZ24.6620.935.33-
YUV123.3484.36167.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.43%
GREEN value IS 110 (43.36% from 255) = 32.84%
BLUE value IS 46 (18.36% from 255) = 13.73%
R=53.43%
G=32.84%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791104600.390.740.3028.8759.1144.12
HexB36E2E0274A1E1d3b2c
Octal2631565604711236357354
Binary101100111101110101110010011110010101111011101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36E2E; }

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

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

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

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

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

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

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

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