#B0714B

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

Shades of Sante Fe #B0714B

Tints of Sante Fe #B0714B

Color information

#B0714B (or 0xB0714B) is unknown color: approx Sante Fe. HEX triplet: B0, 71 and 4B. RGB value is (176,113,75). Sum of RGB (Red+Green+Blue) = 176+113+75=364 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.35% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 75 (29.69% from 255 or 20.60% from 364); Max value from RGB is 176 - color contains mainly: red. Hex color #B0714B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0714B is #4F8EB4. Grayscale: #7F7F7F. Windows color (decimal): -5213877 or 4944304. OLE color: 4944304.

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

Color convert

RGB17611375-
CMYK00.360.570.31
HSL22.57º40.24%49.22%-
HSV(B)22.57º57.39%69.02%-
XYZ25.0821.559.49-
YUV127.598.37162.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.35%
GREEN value IS 113 (44.53% from 255) = 31.04%
BLUE value IS 75 (29.69% from 255) = 20.60%
R=48.35%
G=31.04%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761137500.360.570.3122.5740.2449.22
HexB0714B024391F172831
Octal2601611130447137275061
Binary101100001110001100101101001001110011111110111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0714B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0714B; }

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

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

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

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

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

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

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

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