#B97451

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

Shades of Sante Fe #B97451

Tints of Sante Fe #B97451

Color information

#B97451 (or 0xB97451) is unknown color: approx Sante Fe. HEX triplet: B9, 74 and 51. RGB value is (185,116,81). Sum of RGB (Red+Green+Blue) = 185+116+81=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 81 (32.03% from 255 or 21.20% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B97451 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97451 is #468BAE. Grayscale: #848484. Windows color (decimal): -4623279 or 5338297. OLE color: 5338297.

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

Color convert

RGB18511681-
CMYK00.370.560.27
HSL20.19º42.62%52.16%-
HSV(B)20.19º56.22%72.55%-
XYZ27.7423.410.84-
YUV132.6498.86165.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.43%
GREEN value IS 116 (45.70% from 255) = 30.37%
BLUE value IS 81 (32.03% from 255) = 21.20%
R=48.43%
G=30.37%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851168100.370.560.2720.1942.6252.16
HexB97451025381B142b34
Octal2711641210457033245364
Binary101110011110100101000101001011110001101110100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97451; }

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

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

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

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

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

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

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

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