#B66C50

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

Shades of Sante Fe #B66C50

Tints of Sante Fe #B66C50

Color information

#B66C50 (or 0xB66C50) is unknown color: approx Sante Fe. HEX triplet: B6, 6C and 50. RGB value is (182,108,80). Sum of RGB (Red+Green+Blue) = 182+108+80=370 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.19% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 182 - color contains mainly: red. Hex color #B66C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66C50 is #4993AF. Grayscale: #7F7F7F. Windows color (decimal): -4821936 or 5270710. OLE color: 5270710.

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

Color convert

RGB18210880-
CMYK00.410.560.29
HSL16.47º41.13%51.37%-
HSV(B)16.47º56.04%71.37%-
XYZ26.121.2510.32-
YUV126.93101.52167.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.19%
GREEN value IS 108 (42.58% from 255) = 29.19%
BLUE value IS 80 (31.64% from 255) = 21.62%
R=49.19%
G=29.19%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821088000.410.560.2916.4741.1351.37
HexB66C50029381D102933
Octal2661541200517035205163
Binary101101101101100101000001010011110001110110000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66C50; }

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

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

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

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

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

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

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

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