#B46654

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

Shades of Sante Fe #B46654

Tints of Sante Fe #B46654

Color information

#B46654 (or 0xB46654) is unknown color: approx Sante Fe. HEX triplet: B4, 66 and 54. RGB value is (180,102,84). Sum of RGB (Red+Green+Blue) = 180+102+84=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 84 (33.20% from 255 or 22.95% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B46654 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46654 is #4B99AB. Grayscale: #7B7B7B. Windows color (decimal): -4954540 or 5531316. OLE color: 5531316.

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

Color convert

RGB18010284-
CMYK00.430.530.29
HSL11.25º39.02%51.76%-
HSV(B)11.25º53.33%70.59%-
XYZ25.1719.8510.89-
YUV123.27105.84168.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.18%
GREEN value IS 102 (40.23% from 255) = 27.87%
BLUE value IS 84 (33.20% from 255) = 22.95%
R=49.18%
G=27.87%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801028400.430.530.2911.2539.0251.76
HexB4665402B351Db2734
Octal2641461240536535134764
Binary10110100110011010101000101011110101111011011100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46654; }

 p { color: rgb(180,102,84); }

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

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

 a { background-color: rgb(180,102,84); }

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

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

 span { border-color: rgb(180,102,84); }

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