#B56B2F

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

Shades of Reno Sand #B56B2F

Tints of Reno Sand #B56B2F

Color information

#B56B2F (or 0xB56B2F) is unknown color: approx Reno Sand. HEX triplet: B5, 6B and 2F. RGB value is (181,107,47). Sum of RGB (Red+Green+Blue) = 181+107+47=335 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.03% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 181 - color contains mainly: red. Hex color #B56B2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56B2F is #4A94D0. Grayscale: #7A7A7A. Windows color (decimal): -4887761 or 3107765. OLE color: 3107765.

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

Color convert

RGB18110747-
CMYK00.410.740.29
HSL26.87º58.77%44.71%-
HSV(B)26.87º74.03%70.98%-
XYZ24.8320.545.35-
YUV122.2985.52169.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.03%
GREEN value IS 107 (42.19% from 255) = 31.94%
BLUE value IS 47 (18.75% from 255) = 14.03%
R=54.03%
G=31.94%
B=14.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811074700.410.740.2926.8758.7744.71
HexB56B2F0294A1D1b3b2d
Octal2651535705111235337355
Binary101101011101011101111010100110010101110111011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56B2F; }

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

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

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

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

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

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

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

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