#B06659

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

Shades of Sante Fe #B06659

Tints of Sante Fe #B06659

Color information

#B06659 (or 0xB06659) is unknown color: approx Sante Fe. HEX triplet: B0, 66 and 59. RGB value is (176,102,89). Sum of RGB (Red+Green+Blue) = 176+102+89=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 89 (35.16% from 255 or 24.25% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B06659 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06659 is #4F99A6. Grayscale: #7A7A7A. Windows color (decimal): -5216679 or 5858992. OLE color: 5858992.

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

Color convert

RGB17610289-
CMYK00.420.490.31
HSL8.97º35.51%51.96%-
HSV(B)8.97º49.43%69.02%-
XYZ24.4619.4511.92-
YUV122.64109.02166.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.96%
GREEN value IS 102 (40.23% from 255) = 27.79%
BLUE value IS 89 (35.16% from 255) = 24.25%
R=47.96%
G=27.79%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761028900.420.490.318.9735.5151.96
HexB0665902A311F92434
Octal2601461310526137114464
Binary10110000110011010110010101010110001111111001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06659; }

 p { color: rgb(176,102,89); }

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

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

 a { background-color: rgb(176,102,89); }

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

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

 span { border-color: rgb(176,102,89); }

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