#B56D2F

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

Shades of Reno Sand #B56D2F

Tints of Reno Sand #B56D2F

Color information

#B56D2F (or 0xB56D2F) is unknown color: approx Reno Sand. HEX triplet: B5, 6D and 2F. RGB value is (181,109,47). Sum of RGB (Red+Green+Blue) = 181+109+47=337 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.71% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 47 (18.75% from 255 or 13.95% from 337); Max value from RGB is 181 - color contains mainly: red. Hex color #B56D2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56D2F is #4A92D0. Grayscale: #7B7B7B. Windows color (decimal): -4887249 or 3108277. OLE color: 3108277.

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

Color convert

RGB18110947-
CMYK00.400.740.29
HSL27.76º58.77%44.71%-
HSV(B)27.76º74.03%70.98%-
XYZ25.0420.975.42-
YUV123.4684.85169.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.71%
GREEN value IS 109 (42.97% from 255) = 32.34%
BLUE value IS 47 (18.75% from 255) = 13.95%
R=53.71%
G=32.34%
B=13.95%

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
Decimal1811094700.400.740.2927.7658.7744.71
HexB56D2F0284A1D1c3b2d
Octal2651555705011235347355
Binary101101011101101101111010100010010101110111100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56D2F; }

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

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

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

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

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

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

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

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