#B07155

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

Shades of Sante Fe #B07155

Tints of Sante Fe #B07155

Color information

#B07155 (or 0xB07155) is unknown color: approx Sante Fe. HEX triplet: B0, 71 and 55. RGB value is (176,113,85). Sum of RGB (Red+Green+Blue) = 176+113+85=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 176 - color contains mainly: red. Hex color #B07155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07155 is #4F8EAA. Grayscale: #808080. Windows color (decimal): -5213867 or 5599664. OLE color: 5599664.

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

Color convert

RGB17611385-
CMYK00.360.520.31
HSL18.46º36.55%51.18%-
HSV(B)18.46º51.7%69.02%-
XYZ25.4521.711.44-
YUV128.65103.37161.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.06%
GREEN value IS 113 (44.53% from 255) = 30.21%
BLUE value IS 85 (33.59% from 255) = 22.73%
R=47.06%
G=30.21%
B=22.73%

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
Decimal1761138500.360.520.3118.4636.5551.18
HexB07155024341F122533
Octal2601611250446437224563
Binary101100001110001101010101001001101001111110010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07155; }

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

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

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

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

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

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

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

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