#B66855

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

Shades of Sante Fe #B66855

Tints of Sante Fe #B66855

Color information

#B66855 (or 0xB66855) is unknown color: approx Sante Fe. HEX triplet: B6, 68 and 55. RGB value is (182,104,85). Sum of RGB (Red+Green+Blue) = 182+104+85=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B66855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66855 is #4997AA. Grayscale: #7D7D7D. Windows color (decimal): -4822955 or 5597366. OLE color: 5597366.

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

Color convert

RGB18210485-
CMYK00.430.530.29
HSL11.75º39.92%52.35%-
HSV(B)11.75º53.3%71.37%-
XYZ25.8820.511.19-
YUV125.16105.34168.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.06%
GREEN value IS 104 (41.02% from 255) = 28.03%
BLUE value IS 85 (33.59% from 255) = 22.91%
R=49.06%
G=28.03%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821048500.430.530.2911.7539.9252.35
HexB6685502B351Dc2834
Octal2661501250536535145064
Binary10110110110100010101010101011110101111011100101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66855; }

 p { color: rgb(182,104,85); }

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

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

 a { background-color: rgb(182,104,85); }

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

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

 span { border-color: rgb(182,104,85); }

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