#B66D4E

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

Shades of Sante Fe #B66D4E

Tints of Sante Fe #B66D4E

Color information

#B66D4E (or 0xB66D4E) is unknown color: approx Sante Fe. HEX triplet: B6, 6D and 4E. RGB value is (182,109,78). Sum of RGB (Red+Green+Blue) = 182+109+78=369 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.32% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 78 (30.86% from 255 or 21.14% from 369); Max value from RGB is 182 - color contains mainly: red. Hex color #B66D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66D4E is #4992B1. Grayscale: #7F7F7F. Windows color (decimal): -4821682 or 5139894. OLE color: 5139894.

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

Color convert

RGB18210978-
CMYK00.400.570.29
HSL17.88º41.6%50.98%-
HSV(B)17.88º57.14%71.37%-
XYZ26.1421.439.97-
YUV127.29100.18167.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.32%
GREEN value IS 109 (42.97% from 255) = 29.54%
BLUE value IS 78 (30.86% from 255) = 21.14%
R=49.32%
G=29.54%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821097800.400.570.2917.8841.650.98
HexB66D4E028391D122a33
Octal2661551160507135225263
Binary101101101101101100111001010001110011110110010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66D4E; }

 p { color: rgb(182,109,78); }

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

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

 a { background-color: rgb(182,109,78); }

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

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

 span { border-color: rgb(182,109,78); }

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