#B36A26

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

Shades of Reno Sand #B36A26

Tints of Reno Sand #B36A26

Color information

#B36A26 (or 0xB36A26) is unknown color: approx Reno Sand. HEX triplet: B3, 6A and 26. RGB value is (179,106,38). Sum of RGB (Red+Green+Blue) = 179+106+38=323 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.42% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 38 (15.23% from 255 or 11.76% from 323); Max value from RGB is 179 - color contains mainly: red. Hex color #B36A26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36A26 is #4C95D9. Grayscale: #787878. Windows color (decimal): -5019098 or 2517683. OLE color: 2517683.

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

Color convert

RGB17910638-
CMYK00.410.790.30
HSL28.94º64.98%42.55%-
HSV(B)28.94º78.77%70.2%-
XYZ24.0920.034.43-
YUV120.0781.68170.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 55.42%
GREEN value IS 106 (41.80% from 255) = 32.82%
BLUE value IS 38 (15.23% from 255) = 11.76%
R=55.42%
G=32.82%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791063800.410.790.3028.9464.9842.55
HexB36A260294F1E1d412b
Octal26315246051117363510153
Binary1011001111010101001100101001100111111110111011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36A26; }

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

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

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

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

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

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

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

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