#B97454

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

Shades of Sante Fe #B97454

Tints of Sante Fe #B97454

Color information

#B97454 (or 0xB97454) is unknown color: approx Sante Fe. HEX triplet: B9, 74 and 54. RGB value is (185,116,84). Sum of RGB (Red+Green+Blue) = 185+116+84=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 84 (33.20% from 255 or 21.82% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B97454 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97454 is #468BAB. Grayscale: #858585. Windows color (decimal): -4623276 or 5534905. OLE color: 5534905.

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

Color convert

RGB18511684-
CMYK00.370.550.27
HSL19.01º41.91%52.75%-
HSV(B)19.01º54.59%72.55%-
XYZ27.8523.4511.44-
YUV132.98100.36165.1-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.05%
GREEN value IS 116 (45.70% from 255) = 30.13%
BLUE value IS 84 (33.20% from 255) = 21.82%
R=48.05%
G=30.13%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851168400.370.550.2719.0141.9152.75
HexB97454025371B132a35
Octal2711641240456733235265
Binary101110011110100101010001001011101111101110011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97454; }

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

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

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

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

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

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

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

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