#B97158

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

Shades of Sante Fe #B97158

Tints of Sante Fe #B97158

Color information

#B97158 (or 0xB97158) is unknown color: approx Sante Fe. HEX triplet: B9, 71 and 58. RGB value is (185,113,88). Sum of RGB (Red+Green+Blue) = 185+113+88=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 88 (34.77% from 255 or 22.80% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B97158 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97158 is #468EA7. Grayscale: #838383. Windows color (decimal): -4624040 or 5796281. OLE color: 5796281.

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

Color convert

RGB18511388-
CMYK00.390.520.27
HSL15.46º40.93%53.53%-
HSV(B)15.46º52.43%72.55%-
XYZ27.6722.8312.18-
YUV131.68103.35166.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.93%
GREEN value IS 113 (44.53% from 255) = 29.27%
BLUE value IS 88 (34.77% from 255) = 22.80%
R=47.93%
G=29.27%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851138800.390.520.2715.4640.9353.53
HexB97158027341Bf2936
Octal2711611300476433175166
Binary10111001111000110110000100111110100110111111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97158; }

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

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

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

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

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

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

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

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