#B0714E

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

Shades of Sante Fe #B0714E

Tints of Sante Fe #B0714E

Color information

#B0714E (or 0xB0714E) is unknown color: approx Sante Fe. HEX triplet: B0, 71 and 4E. RGB value is (176,113,78). Sum of RGB (Red+Green+Blue) = 176+113+78=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B0714E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0714E is #4F8EB1. Grayscale: #808080. Windows color (decimal): -5213874 or 5140912. OLE color: 5140912.

HSL color Cylindrical-coordinate representation of color #B0714E: hue angle of 21.43º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0714E is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB17611378-
CMYK00.360.560.31
HSL21.43º38.58%49.8%-
HSV(B)21.43º55.68%69.02%-
XYZ25.1821.5910.05-
YUV127.8599.87162.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.96%
GREEN value IS 113 (44.53% from 255) = 30.79%
BLUE value IS 78 (30.86% from 255) = 21.25%
R=47.96%
G=30.79%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761137800.360.560.3121.4338.5849.8
HexB0714E024381F152732
Octal2601611160447037254762
Binary101100001110001100111001001001110001111110101100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0714E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0714E; }

 p { color: rgb(176,113,78); }

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

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

 a { background-color: rgb(176,113,78); }

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

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

 span { border-color: rgb(176,113,78); }

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