#B56A50

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

Shades of Sante Fe #B56A50

Tints of Sante Fe #B56A50

Color information

#B56A50 (or 0xB56A50) is unknown color: approx Sante Fe. HEX triplet: B5, 6A and 50. RGB value is (181,106,80). Sum of RGB (Red+Green+Blue) = 181+106+80=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B56A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56A50 is #4A95AF. Grayscale: #7D7D7D. Windows color (decimal): -4887984 or 5270197. OLE color: 5270197.

HSL color Cylindrical-coordinate representation of color #B56A50: hue angle of 15.45º 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 #B56A50 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB18110680-
CMYK00.410.560.29
HSL15.45º40.56%51.18%-
HSV(B)15.45º55.8%70.98%-
XYZ25.6620.7110.23-
YUV125.46102.35167.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.32%
GREEN value IS 106 (41.80% from 255) = 28.88%
BLUE value IS 80 (31.64% from 255) = 21.80%
R=49.32%
G=28.88%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811068000.410.560.2915.4540.5651.18
HexB56A50029381Df2933
Octal2651521200517035175163
Binary10110101110101010100000101001111000111011111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56A50; }

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

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

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

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

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

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

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

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