#b66a54

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

Shades of Sante Fe #B66A54

Tints of Sante Fe #B66A54

Color information

#B66A54 (or 0xB66A54) is unknown color: approx Sante Fe. HEX triplet: B6, 6A and 54. RGB value is (182,106,84). Sum of RGB (Red+Green+Blue) = 182+106+84=372 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.92% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 84 (33.20% from 255 or 22.58% from 372); Max value from RGB is 182 - color contains mainly: red. Hex color #B66A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66A54 is #4995AB. Grayscale: #7E7E7E. Windows color (decimal): -4822444 or 5532342. OLE color: 5532342.

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

Color convert

RGB18210684-
CMYK00.420.540.29
HSL13.47º40.16%52.16%-
HSV(B)13.47º53.85%71.37%-
XYZ26.0520.8911.05-
YUV126.22104.18167.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.92%
GREEN value IS 106 (41.80% from 255) = 28.49%
BLUE value IS 84 (33.20% from 255) = 22.58%
R=48.92%
G=28.49%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821068400.420.540.2913.4740.1652.16
HexB66A5402A361Dd2834
Octal2661521240526635155064
Binary10110110110101010101000101010110110111011101101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b66a54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b66a54; }

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

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

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

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

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

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

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

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