#B07055

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

Shades of Sante Fe #B07055

Tints of Sante Fe #B07055

Color information

#B07055 (or 0xB07055) is unknown color: approx Sante Fe. HEX triplet: B0, 70 and 55. RGB value is (176,112,85). Sum of RGB (Red+Green+Blue) = 176+112+85=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 85 (33.59% from 255 or 22.79% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B07055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07055 is #4F8FAA. Grayscale: #808080. Windows color (decimal): -5214123 or 5599408. OLE color: 5599408.

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

Color convert

RGB17611285-
CMYK00.360.520.31
HSL17.8º36.55%51.18%-
HSV(B)17.8º51.7%69.02%-
XYZ25.3421.4711.4-
YUV128.06103.7162.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.18%
GREEN value IS 112 (44.14% from 255) = 30.03%
BLUE value IS 85 (33.59% from 255) = 22.79%
R=47.18%
G=30.03%
B=22.79%

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
Decimal1761128500.360.520.3117.836.5551.18
HexB07055024341F122533
Octal2601601250446437224563
Binary101100001110000101010101001001101001111110010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07055; }

 p { color: rgb(176,112,85); }

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

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

 a { background-color: rgb(176,112,85); }

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

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

 span { border-color: rgb(176,112,85); }

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