#B56D37

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

Shades of Reno Sand #B56D37

Tints of Reno Sand #B56D37

Color information

#B56D37 (or 0xB56D37) is unknown color: approx Reno Sand. HEX triplet: B5, 6D and 37. RGB value is (181,109,55). Sum of RGB (Red+Green+Blue) = 181+109+55=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 55 (21.88% from 255 or 15.94% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B56D37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56D37 is #4A92C8. Grayscale: #7C7C7C. Windows color (decimal): -4887241 or 3632565. OLE color: 3632565.

HSL color Cylindrical-coordinate representation of color #B56D37: hue angle of 25.71º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B56D37 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB18110955-
CMYK00.400.700.29
HSL25.71º53.39%46.27%-
HSV(B)25.71º69.61%70.98%-
XYZ25.2121.046.35-
YUV124.3788.85168.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.46%
GREEN value IS 109 (42.97% from 255) = 31.59%
BLUE value IS 55 (21.88% from 255) = 15.94%
R=52.46%
G=31.59%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811095500.400.700.2925.7153.3946.27
HexB56D37028461D1a352e
Octal2651556705010635326556
Binary101101011101101110111010100010001101110111010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56D37; }

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

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

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

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

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

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

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

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