#B07159

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

Shades of Sante Fe #B07159

Tints of Sante Fe #B07159

Color information

#B07159 (or 0xB07159) is unknown color: approx Sante Fe. HEX triplet: B0, 71 and 59. RGB value is (176,113,89). Sum of RGB (Red+Green+Blue) = 176+113+89=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 89 (35.16% from 255 or 23.54% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B07159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07159 is #4F8EA6. Grayscale: #818181. Windows color (decimal): -5213863 or 5861808. OLE color: 5861808.

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

Color convert

RGB17611389-
CMYK00.360.490.31
HSL16.55º35.51%51.96%-
HSV(B)16.55º49.43%69.02%-
XYZ25.6121.7612.3-
YUV129.1105.37161.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.56%
GREEN value IS 113 (44.53% from 255) = 29.89%
BLUE value IS 89 (35.16% from 255) = 23.54%
R=46.56%
G=29.89%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761138900.360.490.3116.5535.5151.96
HexB07159024311F112434
Octal2601611310446137214464
Binary101100001110001101100101001001100011111110001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07159; }

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

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

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

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

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

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

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

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