#B07555

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

Shades of Sante Fe #B07555

Tints of Sante Fe #B07555

Color information

#B07555 (or 0xB07555) is unknown color: approx Sante Fe. HEX triplet: B0, 75 and 55. RGB value is (176,117,85). Sum of RGB (Red+Green+Blue) = 176+117+85=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B07555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07555 is #4F8AAA. Grayscale: #838383. Windows color (decimal): -5212843 or 5600688. OLE color: 5600688.

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

Color convert

RGB17611785-
CMYK00.340.520.31
HSL21.1º36.55%51.18%-
HSV(B)21.1º51.7%69.02%-
XYZ25.9122.6111.59-
YUV130.99102.05160.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.56%
GREEN value IS 117 (46.09% from 255) = 30.95%
BLUE value IS 85 (33.59% from 255) = 22.49%
R=46.56%
G=30.95%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761178500.340.520.3121.136.5551.18
HexB07555022341F152533
Octal2601651250426437254563
Binary101100001110101101010101000101101001111110101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07555; }

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

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

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

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

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

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

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

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