#B07154

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

Shades of Sante Fe #B07154

Tints of Sante Fe #B07154

Color information

#B07154 (or 0xB07154) is unknown color: approx Sante Fe. HEX triplet: B0, 71 and 54. RGB value is (176,113,84). Sum of RGB (Red+Green+Blue) = 176+113+84=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 84 (33.20% from 255 or 22.52% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B07154 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07154 is #4F8EAB. Grayscale: #808080. Windows color (decimal): -5213868 or 5534128. OLE color: 5534128.

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

Color convert

RGB17611384-
CMYK00.360.520.31
HSL18.91º36.8%50.98%-
HSV(B)18.91º52.27%69.02%-
XYZ25.4121.6811.23-
YUV128.53102.87161.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.18%
GREEN value IS 113 (44.53% from 255) = 30.29%
BLUE value IS 84 (33.20% from 255) = 22.52%
R=47.18%
G=30.29%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761138400.360.520.3118.9136.850.98
HexB07154024341F132533
Octal2601611240446437234563
Binary101100001110001101010001001001101001111110011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07154; }

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

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

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

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

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

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

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

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