#B56833

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

Shades of Reno Sand #B56833

Tints of Reno Sand #B56833

Color information

#B56833 (or 0xB56833) is unknown color: approx Reno Sand. HEX triplet: B5, 68 and 33. RGB value is (181,104,51). Sum of RGB (Red+Green+Blue) = 181+104+51=336 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.87% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 51 (20.31% from 255 or 15.18% from 336); Max value from RGB is 181 - color contains mainly: red. Hex color #B56833 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56833 is #4A97CC. Grayscale: #797979. Windows color (decimal): -4888525 or 3369141. OLE color: 3369141.

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

Color convert

RGB18110451-
CMYK00.430.720.29
HSL24.46º56.03%45.49%-
HSV(B)24.46º71.82%70.98%-
XYZ24.619.965.69-
YUV120.9888.51170.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.87%
GREEN value IS 104 (41.02% from 255) = 30.95%
BLUE value IS 51 (20.31% from 255) = 15.18%
R=53.87%
G=30.95%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811045100.430.720.2924.4656.0345.49
HexB5683302B481D18382d
Octal2651506305311035307055
Binary101101011101000110011010101110010001110111000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56833; }

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

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

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

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

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

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

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

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