#B66A55

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

Shades of Sante Fe #B66A55

Tints of Sante Fe #B66A55

Color information

#B66A55 (or 0xB66A55) is unknown color: approx Sante Fe. HEX triplet: B6, 6A and 55. RGB value is (182,106,85). Sum of RGB (Red+Green+Blue) = 182+106+85=373 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.79% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 85 (33.59% from 255 or 22.79% from 373); Max value from RGB is 182 - color contains mainly: red. Hex color #B66A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66A55 is #4995AA. Grayscale: #7E7E7E. Windows color (decimal): -4822443 or 5597878. OLE color: 5597878.

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

Color convert

RGB18210685-
CMYK00.420.530.29
HSL12.99º39.92%52.35%-
HSV(B)12.99º53.3%71.37%-
XYZ26.0920.9111.26-
YUV126.33104.68167.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.79%
GREEN value IS 106 (41.80% from 255) = 28.42%
BLUE value IS 85 (33.59% from 255) = 22.79%
R=48.79%
G=28.42%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821068500.420.530.2912.9939.9252.35
HexB66A5502A351Dd2834
Octal2661521250526535155064
Binary10110110110101010101010101010110101111011101101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66A55; }

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

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

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

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

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

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

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

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