#b66c4f

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

Shades of Sante Fe #B66C4F

Tints of Sante Fe #B66C4F

Color information

#B66C4F (or 0xB66C4F) is unknown color: approx Sante Fe. HEX triplet: B6, 6C and 4F. RGB value is (182,108,79). Sum of RGB (Red+Green+Blue) = 182+108+79=369 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.32% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 79 (31.25% from 255 or 21.41% from 369); Max value from RGB is 182 - color contains mainly: red. Hex color #B66C4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66C4F is #4993B0. Grayscale: #7F7F7F. Windows color (decimal): -4821937 or 5205174. OLE color: 5205174.

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

Color convert

RGB18210879-
CMYK00.410.570.29
HSL16.89º41.37%51.18%-
HSV(B)16.89º56.59%71.37%-
XYZ26.0721.2310.12-
YUV126.82101.02167.36-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.32%
GREEN value IS 108 (42.58% from 255) = 29.27%
BLUE value IS 79 (31.25% from 255) = 21.41%
R=49.32%
G=29.27%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821087900.410.570.2916.8941.3751.18
HexB66C4F029391D112933
Octal2661541170517135215163
Binary101101101101100100111101010011110011110110001101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b66c4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b66c4f; }

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

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

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

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

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

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

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

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