#b66959

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

Shades of Sante Fe #B66959

Tints of Sante Fe #B66959

Color information

#B66959 (or 0xB66959) is unknown color: approx Sante Fe. HEX triplet: B6, 69 and 59. RGB value is (182,105,89). Sum of RGB (Red+Green+Blue) = 182+105+89=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 89 (35.16% from 255 or 23.67% from 376); Max value from RGB is 182 - color contains mainly: red. Hex color #B66959 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66959 is #4996A6. Grayscale: #7E7E7E. Windows color (decimal): -4822695 or 5859766. OLE color: 5859766.

HSL color Cylindrical-coordinate representation of color #B66959: hue angle of 10.32º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B66959 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB18210589-
CMYK00.420.510.29
HSL10.32º38.91%53.14%-
HSV(B)10.32º51.1%71.37%-
XYZ26.1520.7712.08-
YUV126.2107.01167.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.40%
GREEN value IS 105 (41.41% from 255) = 27.93%
BLUE value IS 89 (35.16% from 255) = 23.67%
R=48.40%
G=27.93%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821058900.420.510.2910.3238.9153.14
HexB6695902A331Da2735
Octal2661511310526335124765
Binary10110110110100110110010101010110011111011010100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b66959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b66959; }

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

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

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

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

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

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

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

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