#B57650

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

Shades of Sante Fe #B57650

Tints of Sante Fe #B57650

Color information

#B57650 (or 0xB57650) is unknown color: approx Sante Fe. HEX triplet: B5, 76 and 50. RGB value is (181,118,80). Sum of RGB (Red+Green+Blue) = 181+118+80=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B57650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57650 is #4A89AF. Grayscale: #848484. Windows color (decimal): -4884912 or 5273269. OLE color: 5273269.

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

Color convert

RGB18111880-
CMYK00.350.560.29
HSL22.57º40.56%51.18%-
HSV(B)22.57º55.8%70.98%-
XYZ26.9823.3610.68-
YUV132.598.37162.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.76%
GREEN value IS 118 (46.48% from 255) = 31.13%
BLUE value IS 80 (31.64% from 255) = 21.11%
R=47.76%
G=31.13%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811188000.350.560.2922.5740.5651.18
HexB57650023381D172933
Octal2651661200437035275163
Binary101101011110110101000001000111110001110110111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57650; }

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

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

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

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

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

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

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

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