#B66D50

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

Shades of Sante Fe #B66D50

Tints of Sante Fe #B66D50

Color information

#B66D50 (or 0xB66D50) is unknown color: approx Sante Fe. HEX triplet: B6, 6D and 50. RGB value is (182,109,80). Sum of RGB (Red+Green+Blue) = 182+109+80=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B66D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66D50 is #4992AF. Grayscale: #7F7F7F. Windows color (decimal): -4821680 or 5270966. OLE color: 5270966.

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

Color convert

RGB18210980-
CMYK00.400.560.29
HSL17.06º41.13%51.37%-
HSV(B)17.06º56.04%71.37%-
XYZ26.2121.4610.35-
YUV127.52101.18166.86-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.06%
GREEN value IS 109 (42.97% from 255) = 29.38%
BLUE value IS 80 (31.64% from 255) = 21.56%
R=49.06%
G=29.38%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821098000.400.560.2917.0641.1351.37
HexB66D50028381D112933
Octal2661551200507035215163
Binary101101101101101101000001010001110001110110001101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66D50; }

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

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

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

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

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

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

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

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