#B97558

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

Shades of Sante Fe #B97558

Tints of Sante Fe #B97558

Color information

#B97558 (or 0xB97558) is unknown color: approx Sante Fe. HEX triplet: B9, 75 and 58. RGB value is (185,117,88). Sum of RGB (Red+Green+Blue) = 185+117+88=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 88 (34.77% from 255 or 22.56% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B97558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97558 is #468AA7. Grayscale: #868686. Windows color (decimal): -4623016 or 5797305. OLE color: 5797305.

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

Color convert

RGB18511788-
CMYK00.370.520.27
HSL17.94º40.93%53.53%-
HSV(B)17.94º52.43%72.55%-
XYZ28.1323.7412.33-
YUV134.03102.03164.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.44%
GREEN value IS 117 (46.09% from 255) = 30%
BLUE value IS 88 (34.77% from 255) = 22.56%
R=47.44%
G=30%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851178800.370.520.2717.9440.9353.53
HexB97558025341B122936
Octal2711651300456433225166
Binary101110011110101101100001001011101001101110010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97558; }

 p { color: rgb(185,117,88); }

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

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

 a { background-color: rgb(185,117,88); }

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

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

 span { border-color: rgb(185,117,88); }

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