#B56C2F

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

Shades of Reno Sand #B56C2F

Tints of Reno Sand #B56C2F

Color information

#B56C2F (or 0xB56C2F) is unknown color: approx Reno Sand. HEX triplet: B5, 6C and 2F. RGB value is (181,108,47). Sum of RGB (Red+Green+Blue) = 181+108+47=336 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.87% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56C2F is #4A93D0. Grayscale: #7B7B7B. Windows color (decimal): -4887505 or 3108021. OLE color: 3108021.

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

Color convert

RGB18110847-
CMYK00.400.740.29
HSL27.31º58.77%44.71%-
HSV(B)27.31º74.03%70.98%-
XYZ24.9320.755.38-
YUV122.8785.18169.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.87%
GREEN value IS 108 (42.58% from 255) = 32.14%
BLUE value IS 47 (18.75% from 255) = 13.99%
R=53.87%
G=32.14%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811084700.400.740.2927.3158.7744.71
HexB56C2F0284A1D1b3b2d
Octal2651545705011235337355
Binary101101011101100101111010100010010101110111011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56C2F; }

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

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

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

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

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

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

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

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