#B56D58

Color #B56D58 Sante Fe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sante Fe #B56D58

Tints of Sante Fe #B56D58

Color information

#B56D58 (or 0xB56D58) is unknown color: approx Sante Fe. HEX triplet: B5, 6D and 58. RGB value is (181,109,88). Sum of RGB (Red+Green+Blue) = 181+109+88=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 88 (34.77% from 255 or 23.28% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B56D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56D58 is #4A92A7. Grayscale: #808080. Windows color (decimal): -4887208 or 5795253. OLE color: 5795253.

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

Color convert

RGB18110988-
CMYK00.400.510.29
HSL13.55º38.59%52.75%-
HSV(B)13.55º51.38%70.98%-
XYZ26.2921.4711.99-
YUV128.13105.35165.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.88%
GREEN value IS 109 (42.97% from 255) = 28.84%
BLUE value IS 88 (34.77% from 255) = 23.28%
R=47.88%
G=28.84%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811098800.400.510.2913.5538.5952.75
HexB56D58028331De2735
Octal2651551300506335164765
Binary10110101110110110110000101000110011111011110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56D58; }

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

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

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

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

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

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

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

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