#B57652

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

Shades of Sante Fe #B57652

Tints of Sante Fe #B57652

Color information

#B57652 (or 0xB57652) is unknown color: approx Sante Fe. HEX triplet: B5, 76 and 52. RGB value is (181,118,82). Sum of RGB (Red+Green+Blue) = 181+118+82=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 82 (32.42% from 255 or 21.52% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B57652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57652 is #4A89AD. Grayscale: #848484. Windows color (decimal): -4884910 or 5404341. OLE color: 5404341.

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

Color convert

RGB18111882-
CMYK00.350.550.29
HSL21.82º40.08%51.57%-
HSV(B)21.82º54.7%70.98%-
XYZ27.0623.3911.07-
YUV132.7399.37162.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.51%
GREEN value IS 118 (46.48% from 255) = 30.97%
BLUE value IS 82 (32.42% from 255) = 21.52%
R=47.51%
G=30.97%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811188200.350.550.2921.8240.0851.57
HexB57652023371D162834
Octal2651661220436735265064
Binary101101011110110101001001000111101111110110110101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57652; }

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

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

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

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

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

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

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

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