#B36A29

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

Shades of Reno Sand #B36A29

Tints of Reno Sand #B36A29

Color information

#B36A29 (or 0xB36A29) is unknown color: approx Reno Sand. HEX triplet: B3, 6A and 29. RGB value is (179,106,41). Sum of RGB (Red+Green+Blue) = 179+106+41=326 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.91% from 326); Green value is 106 (41.80% from 255 or 32.52% from 326); Blue value is 41 (16.41% from 255 or 12.58% from 326); Max value from RGB is 179 - color contains mainly: red. Hex color #B36A29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36A29 is #4C95D6. Grayscale: #787878. Windows color (decimal): -5019095 or 2714291. OLE color: 2714291.

HSL color Cylindrical-coordinate representation of color #B36A29: hue angle of 28.26º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B36A29 is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB17910641-
CMYK00.410.770.30
HSL28.26º62.73%43.14%-
HSV(B)28.26º77.09%70.2%-
XYZ24.1420.054.7-
YUV120.4283.18169.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.91%
GREEN value IS 106 (41.80% from 255) = 32.52%
BLUE value IS 41 (16.41% from 255) = 12.58%
R=54.91%
G=32.52%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791064100.410.770.3028.2662.7343.14
HexB36A290294D1E1c3f2b
Octal2631525105111536347753
Binary101100111101010101001010100110011011111011100111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36A29; }

 p { color: rgb(179,106,41); }

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

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

 a { background-color: rgb(179,106,41); }

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

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

 span { border-color: rgb(179,106,41); }

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