#B97857

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

Shades of Sante Fe #B97857

Tints of Sante Fe #B97857

Color information

#B97857 (or 0xB97857) is unknown color: approx Sante Fe. HEX triplet: B9, 78 and 57. RGB value is (185,120,87). Sum of RGB (Red+Green+Blue) = 185+120+87=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 87 (34.38% from 255 or 22.19% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B97857 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97857 is #4687A8. Grayscale: #878787. Windows color (decimal): -4622249 or 5732537. OLE color: 5732537.

HSL color Cylindrical-coordinate representation of color #B97857: hue angle of 20.2º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B97857 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB18512087-
CMYK00.350.530.27
HSL20.2º41.18%53.33%-
HSV(B)20.2º52.97%72.55%-
XYZ28.4424.4412.23-
YUV135.67100.53163.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.19%
GREEN value IS 120 (47.27% from 255) = 30.61%
BLUE value IS 87 (34.38% from 255) = 22.19%
R=47.19%
G=30.61%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851208700.350.530.2720.241.1853.33
HexB97857023351B142935
Octal2711701270436533245165
Binary101110011111000101011101000111101011101110100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97857; }

 p { color: rgb(185,120,87); }

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

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

 a { background-color: rgb(185,120,87); }

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

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

 span { border-color: rgb(185,120,87); }

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