#B07857

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

Shades of Sante Fe #B07857

Tints of Sante Fe #B07857

Color information

#B07857 (or 0xB07857) is unknown color: approx Sante Fe. HEX triplet: B0, 78 and 57. RGB value is (176,120,87). Sum of RGB (Red+Green+Blue) = 176+120+87=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 87 (34.38% from 255 or 22.72% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B07857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07857 is #4F87A8. Grayscale: #858585. Windows color (decimal): -5212073 or 5732528. OLE color: 5732528.

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

Color convert

RGB17612087-
CMYK00.320.510.31
HSL22.25º36.03%51.57%-
HSV(B)22.25º50.57%69.02%-
XYZ26.3423.3512.14-
YUV132.98102.05158.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.95%
GREEN value IS 120 (47.27% from 255) = 31.33%
BLUE value IS 87 (34.38% from 255) = 22.72%
R=45.95%
G=31.33%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761208700.320.510.3122.2536.0351.57
HexB07857020331F162434
Octal2601701270406337264464
Binary101100001111000101011101000001100111111110110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07857; }

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

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

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

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

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

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

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

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