#B06959

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

Shades of Sante Fe #B06959

Tints of Sante Fe #B06959

Color information

#B06959 (or 0xB06959) is unknown color: approx Sante Fe. HEX triplet: B0, 69 and 59. RGB value is (176,105,89). Sum of RGB (Red+Green+Blue) = 176+105+89=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 89 (35.16% from 255 or 24.05% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B06959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06959 is #4F96A6. Grayscale: #7C7C7C. Windows color (decimal): -5215911 or 5859760. OLE color: 5859760.

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

Color convert

RGB17610589-
CMYK00.400.490.31
HSL11.03º35.51%51.96%-
HSV(B)11.03º49.43%69.02%-
XYZ24.7620.0512.02-
YUV124.4108.02164.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.57%
GREEN value IS 105 (41.41% from 255) = 28.38%
BLUE value IS 89 (35.16% from 255) = 24.05%
R=47.57%
G=28.38%
B=24.05%

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
Decimal1761058900.400.490.3111.0335.5151.96
HexB06959028311Fb2434
Octal2601511310506137134464
Binary10110000110100110110010101000110001111111011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06959; }

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

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

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

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

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

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

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

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