#B07459

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

Shades of Sante Fe #B07459

Tints of Sante Fe #B07459

Color information

#B07459 (or 0xB07459) is unknown color: approx Sante Fe. HEX triplet: B0, 74 and 59. RGB value is (176,116,89). Sum of RGB (Red+Green+Blue) = 176+116+89=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 89 (35.16% from 255 or 23.36% from 381); Max value from RGB is 176 - color contains mainly: red. Hex color #B07459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07459 is #4F8BA6. Grayscale: #838383. Windows color (decimal): -5213095 or 5862576. OLE color: 5862576.

HSL color Cylindrical-coordinate representation of color #B07459: hue angle of 18.62º 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 #B07459 is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB17611689-
CMYK00.340.490.31
HSL18.62º35.51%51.96%-
HSV(B)18.62º49.43%69.02%-
XYZ25.9522.4412.42-
YUV130.86104.38160.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.19%
GREEN value IS 116 (45.70% from 255) = 30.45%
BLUE value IS 89 (35.16% from 255) = 23.36%
R=46.19%
G=30.45%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761168900.340.490.3118.6235.5151.96
HexB07459022311F132434
Octal2601641310426137234464
Binary101100001110100101100101000101100011111110011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07459; }

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

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

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

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

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

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

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

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