#B57952

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

Shades of Sante Fe #B57952

Tints of Sante Fe #B57952

Color information

#B57952 (or 0xB57952) is unknown color: approx Sante Fe. HEX triplet: B5, 79 and 52. RGB value is (181,121,82). Sum of RGB (Red+Green+Blue) = 181+121+82=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 82 (32.42% from 255 or 21.35% from 384); Max value from RGB is 181 - color contains mainly: red. Hex color #B57952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57952 is #4A86AD. Grayscale: #868686. Windows color (decimal): -4884142 or 5405109. OLE color: 5405109.

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

Color convert

RGB18112182-
CMYK00.330.550.29
HSL23.64º40.08%51.57%-
HSV(B)23.64º54.7%70.98%-
XYZ27.4224.1111.19-
YUV134.4998.38161.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.14%
GREEN value IS 121 (47.66% from 255) = 31.51%
BLUE value IS 82 (32.42% from 255) = 21.35%
R=47.14%
G=31.51%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811218200.330.550.2923.6440.0851.57
HexB57952021371D182834
Octal2651711220416735305064
Binary101101011111001101001001000011101111110111000101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57952; }

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

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

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

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

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

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

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

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