#B56632

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

Shades of Reno Sand #B56632

Tints of Reno Sand #B56632

Color information

#B56632 (or 0xB56632) is unknown color: approx Reno Sand. HEX triplet: B5, 66 and 32. RGB value is (181,102,50). Sum of RGB (Red+Green+Blue) = 181+102+50=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B56632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56632 is #4A99CD. Grayscale: #777777. Windows color (decimal): -4889038 or 3303093. OLE color: 3303093.

HSL color Cylindrical-coordinate representation of color #B56632: hue angle of 23.82º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B56632 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB18110250-
CMYK00.440.720.29
HSL23.82º56.71%45.29%-
HSV(B)23.82º72.38%70.98%-
XYZ24.3819.565.51-
YUV119.6988.67171.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.35%
GREEN value IS 102 (40.23% from 255) = 30.63%
BLUE value IS 50 (19.92% from 255) = 15.02%
R=54.35%
G=30.63%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811025000.440.720.2923.8256.7145.29
HexB5663202C481D18392d
Octal2651466205411035307155
Binary101101011100110110010010110010010001110111000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56632; }

 p { color: rgb(181,102,50); }

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

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

 a { background-color: rgb(181,102,50); }

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

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

 span { border-color: rgb(181,102,50); }

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