#B56C33

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

Shades of Reno Sand #B56C33

Tints of Reno Sand #B56C33

Color information

#B56C33 (or 0xB56C33) is unknown color: approx Reno Sand. HEX triplet: B5, 6C and 33. RGB value is (181,108,51). Sum of RGB (Red+Green+Blue) = 181+108+51=340 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.24% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 51 (20.31% from 255 or 15% from 340); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56C33 is #4A93CC. Grayscale: #7B7B7B. Windows color (decimal): -4887501 or 3370165. OLE color: 3370165.

HSL color Cylindrical-coordinate representation of color #B56C33: hue angle of 26.31º degrees, saturation: 0.56, 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 #B56C33 is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB18110851-
CMYK00.400.720.29
HSL26.31º56.03%45.49%-
HSV(B)26.31º71.82%70.98%-
XYZ25.0220.795.83-
YUV123.3387.18169.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.24%
GREEN value IS 108 (42.58% from 255) = 31.76%
BLUE value IS 51 (20.31% from 255) = 15%
R=53.24%
G=31.76%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811085100.400.720.2926.3156.0345.49
HexB56C33028481D1a382d
Octal2651546305011035327055
Binary101101011101100110011010100010010001110111010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56C33; }

 p { color: rgb(181,108,51); }

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

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

 a { background-color: rgb(181,108,51); }

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

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

 span { border-color: rgb(181,108,51); }

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