#B56F51

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

Shades of Sante Fe #B56F51

Tints of Sante Fe #B56F51

Color information

#B56F51 (or 0xB56F51) is unknown color: approx Sante Fe. HEX triplet: B5, 6F and 51. RGB value is (181,111,81). Sum of RGB (Red+Green+Blue) = 181+111+81=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 81 (32.03% from 255 or 21.72% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B56F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56F51 is #4A90AE. Grayscale: #808080. Windows color (decimal): -4886703 or 5337013. OLE color: 5337013.

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

Color convert

RGB18111181-
CMYK00.390.550.29
HSL18º40.32%51.37%-
HSV(B)18º55.25%70.98%-
XYZ26.2321.7910.61-
YUV128.51101.19165.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.53%
GREEN value IS 111 (43.75% from 255) = 29.76%
BLUE value IS 81 (32.03% from 255) = 21.72%
R=48.53%
G=29.76%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811118100.390.550.291840.3251.37
HexB56F51027371D122833
Octal2651571210476735225063
Binary101101011101111101000101001111101111110110010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56F51; }

 p { color: rgb(181,111,81); }

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

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

 a { background-color: rgb(181,111,81); }

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

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

 span { border-color: rgb(181,111,81); }

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