#B66850

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

Shades of Sante Fe #B66850

Tints of Sante Fe #B66850

Color information

#B66850 (or 0xB66850) is unknown color: approx Sante Fe. HEX triplet: B6, 68 and 50. RGB value is (182,104,80). Sum of RGB (Red+Green+Blue) = 182+104+80=366 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.73% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 182 - color contains mainly: red. Hex color #B66850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66850 is #4997AF. Grayscale: #7C7C7C. Windows color (decimal): -4822960 or 5269686. OLE color: 5269686.

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

Color convert

RGB18210480-
CMYK00.430.560.29
HSL14.12º41.13%51.37%-
HSV(B)14.12º56.04%71.37%-
XYZ25.6920.4210.18-
YUV124.59102.84168.95-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.73%
GREEN value IS 104 (41.02% from 255) = 28.42%
BLUE value IS 80 (31.64% from 255) = 21.86%
R=49.73%
G=28.42%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821048000.430.560.2914.1241.1351.37
HexB6685002B381De2933
Octal2661501200537035165163
Binary10110110110100010100000101011111000111011110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66850; }

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

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

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

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

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

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

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

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