#B56D50

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

Shades of Sante Fe #B56D50

Tints of Sante Fe #B56D50

Color information

#B56D50 (or 0xB56D50) is unknown color: approx Sante Fe. HEX triplet: B5, 6D and 50. RGB value is (181,109,80). Sum of RGB (Red+Green+Blue) = 181+109+80=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 109 (42.97% from 255 or 29.46% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B56D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56D50 is #4A92AF. Grayscale: #7F7F7F. Windows color (decimal): -4887216 or 5270965. OLE color: 5270965.

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

Color convert

RGB18110980-
CMYK00.400.560.29
HSL17.23º40.56%51.18%-
HSV(B)17.23º55.8%70.98%-
XYZ25.9721.3410.34-
YUV127.22101.35166.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.92%
GREEN value IS 109 (42.97% from 255) = 29.46%
BLUE value IS 80 (31.64% from 255) = 21.62%
R=48.92%
G=29.46%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811098000.400.560.2917.2340.5651.18
HexB56D50028381D112933
Octal2651551200507035215163
Binary101101011101101101000001010001110001110110001101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56D50; }

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

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

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

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

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

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

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

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