#B07153

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

Shades of Sante Fe #B07153

Tints of Sante Fe #B07153

Color information

#B07153 (or 0xB07153) is unknown color: approx Sante Fe. HEX triplet: B0, 71 and 53. RGB value is (176,113,83). Sum of RGB (Red+Green+Blue) = 176+113+83=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 83 (32.81% from 255 or 22.31% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B07153 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07153 is #4F8EAC. Grayscale: #808080. Windows color (decimal): -5213869 or 5468592. OLE color: 5468592.

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

Color convert

RGB17611383-
CMYK00.360.530.31
HSL19.35º37.05%50.78%-
HSV(B)19.35º52.84%69.02%-
XYZ25.3721.6611.03-
YUV128.42102.37161.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.31%
GREEN value IS 113 (44.53% from 255) = 30.38%
BLUE value IS 83 (32.81% from 255) = 22.31%
R=47.31%
G=30.38%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761138300.360.530.3119.3537.0550.78
HexB07153024351F132533
Octal2601611230446537234563
Binary101100001110001101001101001001101011111110011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07153; }

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

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

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

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

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

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

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

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