#B07657

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

Shades of Sante Fe #B07657

Tints of Sante Fe #B07657

Color information

#B07657 (or 0xB07657) is unknown color: approx Sante Fe. HEX triplet: B0, 76 and 57. RGB value is (176,118,87). Sum of RGB (Red+Green+Blue) = 176+118+87=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 87 (34.38% from 255 or 22.83% from 381); Max value from RGB is 176 - color contains mainly: red. Hex color #B07657 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07657 is #4F89A8. Grayscale: #838383. Windows color (decimal): -5212585 or 5732016. OLE color: 5732016.

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

Color convert

RGB17611887-
CMYK00.330.510.31
HSL20.9º36.03%51.57%-
HSV(B)20.9º50.57%69.02%-
XYZ26.122.8812.06-
YUV131.81102.72159.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.19%
GREEN value IS 118 (46.48% from 255) = 30.97%
BLUE value IS 87 (34.38% from 255) = 22.83%
R=46.19%
G=30.97%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761188700.330.510.3120.936.0351.57
HexB07657021331F152434
Octal2601661270416337254464
Binary101100001110110101011101000011100111111110101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07657; }

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

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

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

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

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

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

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

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