#B07557

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

Shades of Sante Fe #B07557

Tints of Sante Fe #B07557

Color information

#B07557 (or 0xB07557) is unknown color: approx Sante Fe. HEX triplet: B0, 75 and 57. RGB value is (176,117,87). Sum of RGB (Red+Green+Blue) = 176+117+87=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 87 (34.38% from 255 or 22.89% from 380); Max value from RGB is 176 - color contains mainly: red. Hex color #B07557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07557 is #4F8AA8. Grayscale: #838383. Windows color (decimal): -5212841 or 5731760. OLE color: 5731760.

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

Color convert

RGB17611787-
CMYK00.340.510.31
HSL20.22º36.03%51.57%-
HSV(B)20.22º50.57%69.02%-
XYZ25.9922.6412.02-
YUV131.22103.05159.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.32%
GREEN value IS 117 (46.09% from 255) = 30.79%
BLUE value IS 87 (34.38% from 255) = 22.89%
R=46.32%
G=30.79%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761178700.340.510.3120.2236.0351.57
HexB07557022331F142434
Octal2601651270426337244464
Binary101100001110101101011101000101100111111110100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07557; }

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

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

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

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

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

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

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

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