#B97458

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

Shades of Sante Fe #B97458

Tints of Sante Fe #B97458

Color information

#B97458 (or 0xB97458) is unknown color: approx Sante Fe. HEX triplet: B9, 74 and 58. RGB value is (185,116,88). Sum of RGB (Red+Green+Blue) = 185+116+88=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 88 (34.77% from 255 or 22.62% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B97458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97458 is #468BA7. Grayscale: #858585. Windows color (decimal): -4623272 or 5797049. OLE color: 5797049.

HSL color Cylindrical-coordinate representation of color #B97458: hue angle of 17.32º 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 #B97458 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB18511688-
CMYK00.370.520.27
HSL17.32º40.93%53.53%-
HSV(B)17.32º52.43%72.55%-
XYZ28.0123.5112.29-
YUV133.44102.36164.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.56%
GREEN value IS 116 (45.70% from 255) = 29.82%
BLUE value IS 88 (34.77% from 255) = 22.62%
R=47.56%
G=29.82%
B=22.62%

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
Decimal1851168800.370.520.2717.3240.9353.53
HexB97458025341B112936
Octal2711641300456433215166
Binary101110011110100101100001001011101001101110001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97458; }

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

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

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

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

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

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

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

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