#B06A59

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

Shades of Sante Fe #B06A59

Tints of Sante Fe #B06A59

Color information

#B06A59 (or 0xB06A59) is unknown color: approx Sante Fe. HEX triplet: B0, 6A and 59. RGB value is (176,106,89). Sum of RGB (Red+Green+Blue) = 176+106+89=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 89 (35.16% from 255 or 23.99% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B06A59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06A59 is #4F95A6. Grayscale: #7D7D7D. Windows color (decimal): -5215655 or 5860016. OLE color: 5860016.

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

Color convert

RGB17610689-
CMYK00.400.490.31
HSL11.72º35.51%51.96%-
HSV(B)11.72º49.43%69.02%-
XYZ24.8620.2612.05-
YUV124.99107.69164.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.44%
GREEN value IS 106 (41.80% from 255) = 28.57%
BLUE value IS 89 (35.16% from 255) = 23.99%
R=47.44%
G=28.57%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761068900.400.490.3111.7235.5151.96
HexB06A59028311Fc2434
Octal2601521310506137144464
Binary10110000110101010110010101000110001111111100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06A59; }

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

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

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

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

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

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

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

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