#B9704C

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

Shades of Sante Fe #B9704C

Tints of Sante Fe #B9704C

Color information

#B9704C (or 0xB9704C) is unknown color: approx Sante Fe. HEX triplet: B9, 70 and 4C. RGB value is (185,112,76). Sum of RGB (Red+Green+Blue) = 185+112+76=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 76 (30.08% from 255 or 20.38% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B9704C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9704C is #468FB3. Grayscale: #818181. Windows color (decimal): -4624308 or 5009593. OLE color: 5009593.

HSL color Cylindrical-coordinate representation of color #B9704C: hue angle of 19.82º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B9704C is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB18511276-
CMYK00.390.590.27
HSL19.82º43.78%51.18%-
HSV(B)19.82º58.92%72.55%-
XYZ27.1122.429.74-
YUV129.7297.68167.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.60%
GREEN value IS 112 (44.14% from 255) = 30.03%
BLUE value IS 76 (30.08% from 255) = 20.38%
R=49.60%
G=30.03%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851127600.390.590.2719.8243.7851.18
HexB9704C0273B1B142c33
Octal2711601140477333245463
Binary101110011110000100110001001111110111101110100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9704C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9704C; }

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

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

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

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

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

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

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

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