#B46451

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

Shades of Sante Fe #B46451

Tints of Sante Fe #B46451

Color information

#B46451 (or 0xB46451) is unknown color: approx Sante Fe. HEX triplet: B4, 64 and 51. RGB value is (180,100,81). Sum of RGB (Red+Green+Blue) = 180+100+81=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 81 (32.03% from 255 or 22.44% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B46451 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46451 is #4B9BAE. Grayscale: #797979. Windows color (decimal): -4955055 or 5334196. OLE color: 5334196.

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

Color convert

RGB18010081-
CMYK00.440.550.29
HSL11.52º39.76%51.18%-
HSV(B)11.52º55%70.59%-
XYZ24.8619.4110.22-
YUV121.75105169.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.86%
GREEN value IS 100 (39.45% from 255) = 27.70%
BLUE value IS 81 (32.03% from 255) = 22.44%
R=49.86%
G=27.70%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801008100.440.550.2911.5239.7651.18
HexB4645102C371Dc2833
Octal2641441210546735145063
Binary10110100110010010100010101100110111111011100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46451; }

 p { color: rgb(180,100,81); }

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

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

 a { background-color: rgb(180,100,81); }

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

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

 span { border-color: rgb(180,100,81); }

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