#B97054

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

Shades of Sante Fe #B97054

Tints of Sante Fe #B97054

Color information

#B97054 (or 0xB97054) is unknown color: approx Sante Fe. HEX triplet: B9, 70 and 54. RGB value is (185,112,84). Sum of RGB (Red+Green+Blue) = 185+112+84=381 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.56% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 84 (33.20% from 255 or 22.05% from 381); Max value from RGB is 185 - color contains mainly: red. Hex color #B97054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97054 is #468FAB. Grayscale: #828282. Windows color (decimal): -4624300 or 5533881. OLE color: 5533881.

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

Color convert

RGB18511284-
CMYK00.390.550.27
HSL16.63º41.91%52.75%-
HSV(B)16.63º54.59%72.55%-
XYZ27.422.5411.29-
YUV130.64101.68166.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.56%
GREEN value IS 112 (44.14% from 255) = 29.40%
BLUE value IS 84 (33.20% from 255) = 22.05%
R=48.56%
G=29.40%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851128400.390.550.2716.6341.9152.75
HexB97054027371B112a35
Octal2711601240476733215265
Binary101110011110000101010001001111101111101110001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97054; }

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

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

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

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

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

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

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

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