#B56B2E

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

Shades of Reno Sand #B56B2E

Tints of Reno Sand #B56B2E

Color information

#B56B2E (or 0xB56B2E) is unknown color: approx Reno Sand. HEX triplet: B5, 6B and 2E. RGB value is (181,107,46). Sum of RGB (Red+Green+Blue) = 181+107+46=334 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.19% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 46 (18.36% from 255 or 13.77% from 334); Max value from RGB is 181 - color contains mainly: red. Hex color #B56B2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56B2E is #4A94D1. Grayscale: #7A7A7A. Windows color (decimal): -4887762 or 3042229. OLE color: 3042229.

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

Color convert

RGB18110746-
CMYK00.410.750.29
HSL27.11º59.47%44.51%-
HSV(B)27.11º74.59%70.98%-
XYZ24.8120.545.24-
YUV122.1785.02169.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.19%
GREEN value IS 107 (42.19% from 255) = 32.04%
BLUE value IS 46 (18.36% from 255) = 13.77%
R=54.19%
G=32.04%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811074600.410.750.2927.1159.4744.51
HexB56B2E0294B1D1b3b2d
Octal2651535605111335337355
Binary101101011101011101110010100110010111110111011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56B2E; }

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

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

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

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

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

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

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

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