#B36929

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

Shades of Reno Sand #B36929

Tints of Reno Sand #B36929

Color information

#B36929 (or 0xB36929) is unknown color: approx Reno Sand. HEX triplet: B3, 69 and 29. RGB value is (179,105,41). Sum of RGB (Red+Green+Blue) = 179+105+41=325 (43% of max value = 765). Red value is 179 (70.31% from 255 or 55.08% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 41 (16.41% from 255 or 12.62% from 325); Max value from RGB is 179 - color contains mainly: red. Hex color #B36929 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36929 is #4C96D6. Grayscale: #787878. Windows color (decimal): -5019351 or 2714035. OLE color: 2714035.

HSL color Cylindrical-coordinate representation of color #B36929: hue angle of 27.83º 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 #B36929 is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB17910541-
CMYK00.410.770.30
HSL27.83º62.73%43.14%-
HSV(B)27.83º77.09%70.2%-
XYZ24.0419.854.66-
YUV119.8383.52170.2-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 55.08%
GREEN value IS 105 (41.41% from 255) = 32.31%
BLUE value IS 41 (16.41% from 255) = 12.62%
R=55.08%
G=32.31%
B=12.62%

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
Decimal1791054100.410.770.3027.8362.7343.14
HexB369290294D1E1c3f2b
Octal2631515105111536347753
Binary101100111101001101001010100110011011111011100111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36929; }

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

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

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

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

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

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

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

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