#B97652

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

Shades of Sante Fe #B97652

Tints of Sante Fe #B97652

Color information

#B97652 (or 0xB97652) is unknown color: approx Sante Fe. HEX triplet: B9, 76 and 52. RGB value is (185,118,82). Sum of RGB (Red+Green+Blue) = 185+118+82=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 82 (32.42% from 255 or 21.30% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B97652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97652 is #4689AD. Grayscale: #868686. Windows color (decimal): -4622766 or 5404345. OLE color: 5404345.

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

Color convert

RGB18511882-
CMYK00.360.560.27
HSL20.97º42.39%52.35%-
HSV(B)20.97º55.68%72.55%-
XYZ28.0123.8811.12-
YUV133.9398.7164.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.05%
GREEN value IS 118 (46.48% from 255) = 30.65%
BLUE value IS 82 (32.42% from 255) = 21.30%
R=48.05%
G=30.65%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851188200.360.560.2720.9742.3952.35
HexB97652024381B152a34
Octal2711661220447033255264
Binary101110011110110101001001001001110001101110101101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97652; }

 p { color: rgb(185,118,82); }

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

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

 a { background-color: rgb(185,118,82); }

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

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

 span { border-color: rgb(185,118,82); }

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