#B56852

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

Shades of Sante Fe #B56852

Tints of Sante Fe #B56852

Color information

#B56852 (or 0xB56852) is unknown color: approx Sante Fe. HEX triplet: B5, 68 and 52. RGB value is (181,104,82). Sum of RGB (Red+Green+Blue) = 181+104+82=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B56852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56852 is #4A97AD. Grayscale: #7C7C7C. Windows color (decimal): -4888494 or 5400757. OLE color: 5400757.

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

Color convert

RGB18110482-
CMYK00.430.550.29
HSL13.33º40.08%51.57%-
HSV(B)13.33º54.7%70.98%-
XYZ25.5320.3310.56-
YUV124.52104.01168.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.32%
GREEN value IS 104 (41.02% from 255) = 28.34%
BLUE value IS 82 (32.42% from 255) = 22.34%
R=49.32%
G=28.34%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811048200.430.550.2913.3340.0851.57
HexB5685202B371Dd2834
Octal2651501220536735155064
Binary10110101110100010100100101011110111111011101101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56852; }

 p { color: rgb(181,104,82); }

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

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

 a { background-color: rgb(181,104,82); }

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

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

 span { border-color: rgb(181,104,82); }

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