#B56D57

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

Shades of Sante Fe #B56D57

Tints of Sante Fe #B56D57

Color information

#B56D57 (or 0xB56D57) is unknown color: approx Sante Fe. HEX triplet: B5, 6D and 57. RGB value is (181,109,87). Sum of RGB (Red+Green+Blue) = 181+109+87=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 87 (34.38% from 255 or 23.08% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B56D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56D57 is #4A92A8. Grayscale: #808080. Windows color (decimal): -4887209 or 5729717. OLE color: 5729717.

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

Color convert

RGB18110987-
CMYK00.400.520.29
HSL14.04º38.84%52.55%-
HSV(B)14.04º51.93%70.98%-
XYZ26.2421.4511.77-
YUV128.02104.85165.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.01%
GREEN value IS 109 (42.97% from 255) = 28.91%
BLUE value IS 87 (34.38% from 255) = 23.08%
R=48.01%
G=28.91%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811098700.400.520.2914.0438.8452.55
HexB56D57028341De2735
Octal2651551270506435164765
Binary10110101110110110101110101000110100111011110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56D57; }

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

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

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

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

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

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

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

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