#B9714C

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

Shades of Sante Fe #B9714C

Tints of Sante Fe #B9714C

Color information

#B9714C (or 0xB9714C) is unknown color: approx Sante Fe. HEX triplet: B9, 71 and 4C. RGB value is (185,113,76). Sum of RGB (Red+Green+Blue) = 185+113+76=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 76 (30.08% from 255 or 20.32% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B9714C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9714C is #468EB3. Grayscale: #828282. Windows color (decimal): -4624052 or 5009849. OLE color: 5009849.

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

Color convert

RGB18511376-
CMYK00.390.590.27
HSL20.37º43.78%51.18%-
HSV(B)20.37º58.92%72.55%-
XYZ27.2222.659.77-
YUV130.3197.35167.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.47%
GREEN value IS 113 (44.53% from 255) = 30.21%
BLUE value IS 76 (30.08% from 255) = 20.32%
R=49.47%
G=30.21%
B=20.32%

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
Decimal1851137600.390.590.2720.3743.7851.18
HexB9714C0273B1B142c33
Octal2711611140477333245463
Binary101110011110001100110001001111110111101110100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9714C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9714C; }

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

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

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

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

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

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

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

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