#B66A57

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

Shades of Sante Fe #B66A57

Tints of Sante Fe #B66A57

Color information

#B66A57 (or 0xB66A57) is unknown color: approx Sante Fe. HEX triplet: B6, 6A and 57. RGB value is (182,106,87). Sum of RGB (Red+Green+Blue) = 182+106+87=375 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.53% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 87 (34.38% from 255 or 23.2% from 375); Max value from RGB is 182 - color contains mainly: red. Hex color #B66A57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66A57 is #4995A8. Grayscale: #7E7E7E. Windows color (decimal): -4822441 or 5728950. OLE color: 5728950.

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

Color convert

RGB18210687-
CMYK00.420.520.29
HSL12º39.42%52.75%-
HSV(B)12º52.2%71.37%-
XYZ26.1720.9411.68-
YUV126.56105.68167.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.53%
GREEN value IS 106 (41.80% from 255) = 28.27%
BLUE value IS 87 (34.38% from 255) = 23.2%
R=48.53%
G=28.27%
B=23.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821068700.420.520.291239.4252.75
HexB66A5702A341Dc2735
Octal2661521270526435144765
Binary10110110110101010101110101010110100111011100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66A57; }

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

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

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

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

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

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

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

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