#B66B4C

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

Shades of Sante Fe #B66B4C

Tints of Sante Fe #B66B4C

Color information

#B66B4C (or 0xB66B4C) is unknown color: approx Sante Fe. HEX triplet: B6, 6B and 4C. RGB value is (182,107,76). Sum of RGB (Red+Green+Blue) = 182+107+76=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 76 (30.08% from 255 or 20.82% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B66B4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66B4C is #4994B3. Grayscale: #7E7E7E. Windows color (decimal): -4822196 or 5008310. OLE color: 5008310.

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

Color convert

RGB18210776-
CMYK00.410.580.29
HSL17.55º42.06%50.59%-
HSV(B)17.55º58.24%71.37%-
XYZ25.8520.989.52-
YUV125.8999.85168.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.86%
GREEN value IS 107 (42.19% from 255) = 29.32%
BLUE value IS 76 (30.08% from 255) = 20.82%
R=49.86%
G=29.32%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821077600.410.580.2917.5542.0650.59
HexB66B4C0293A1D122a33
Octal2661531140517235225263
Binary101101101101011100110001010011110101110110010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66B4C; }

 p { color: rgb(182,107,76); }

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

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

 a { background-color: rgb(182,107,76); }

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

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

 span { border-color: rgb(182,107,76); }

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