#B46453

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

Shades of Sante Fe #B46453

Tints of Sante Fe #B46453

Color information

#B46453 (or 0xB46453) is unknown color: approx Sante Fe. HEX triplet: B4, 64 and 53. RGB value is (180,100,83). Sum of RGB (Red+Green+Blue) = 180+100+83=363 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.59% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 180 - color contains mainly: red. Hex color #B46453 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46453 is #4B9BAC. Grayscale: #7A7A7A. Windows color (decimal): -4955053 or 5465268. OLE color: 5465268.

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

Color convert

RGB18010083-
CMYK00.440.540.29
HSL10.52º39.27%51.57%-
HSV(B)10.52º53.89%70.59%-
XYZ24.9419.4410.62-
YUV121.98106169.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.59%
GREEN value IS 100 (39.45% from 255) = 27.55%
BLUE value IS 83 (32.81% from 255) = 22.87%
R=49.59%
G=27.55%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801008300.440.540.2910.5239.2751.57
HexB4645302C361Db2734
Octal2641441230546635134764
Binary10110100110010010100110101100110110111011011100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46453; }

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

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

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

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

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

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

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

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