#B97752

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

Shades of Sante Fe #B97752

Tints of Sante Fe #B97752

Color information

#B97752 (or 0xB97752) is unknown color: approx Sante Fe. HEX triplet: B9, 77 and 52. RGB value is (185,119,82). Sum of RGB (Red+Green+Blue) = 185+119+82=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 82 (32.42% from 255 or 21.24% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B97752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97752 is #4688AD. Grayscale: #868686. Windows color (decimal): -4622510 or 5404601. OLE color: 5404601.

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

Color convert

RGB18511982-
CMYK00.360.560.27
HSL21.55º42.39%52.35%-
HSV(B)21.55º55.68%72.55%-
XYZ28.1324.1211.16-
YUV134.5298.37164.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.93%
GREEN value IS 119 (46.88% from 255) = 30.83%
BLUE value IS 82 (32.42% from 255) = 21.24%
R=47.93%
G=30.83%
B=21.24%

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
Decimal1851198200.360.560.2721.5542.3952.35
HexB97752024381B162a34
Octal2711671220447033265264
Binary101110011110111101001001001001110001101110110101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97752; }

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

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

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

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

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

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

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

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