#B97058

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

Shades of Sante Fe #B97058

Tints of Sante Fe #B97058

Color information

#B97058 (or 0xB97058) is unknown color: approx Sante Fe. HEX triplet: B9, 70 and 58. RGB value is (185,112,88). Sum of RGB (Red+Green+Blue) = 185+112+88=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 88 (34.77% from 255 or 22.86% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B97058 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97058 is #468FA7. Grayscale: #838383. Windows color (decimal): -4624296 or 5796025. OLE color: 5796025.

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

Color convert

RGB18511288-
CMYK00.390.520.27
HSL14.85º40.93%53.53%-
HSV(B)14.85º52.43%72.55%-
XYZ27.5622.6112.14-
YUV131.09103.68166.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.05%
GREEN value IS 112 (44.14% from 255) = 29.09%
BLUE value IS 88 (34.77% from 255) = 22.86%
R=48.05%
G=29.09%
B=22.86%

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
Decimal1851128800.390.520.2714.8540.9353.53
HexB97058027341Bf2936
Octal2711601300476433175166
Binary10111001111000010110000100111110100110111111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97058; }

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

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

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

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

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

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

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

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