#B46852

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

Shades of Sante Fe #B46852

Tints of Sante Fe #B46852

Color information

#B46852 (or 0xB46852) is unknown color: approx Sante Fe. HEX triplet: B4, 68 and 52. RGB value is (180,104,82). Sum of RGB (Red+Green+Blue) = 180+104+82=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 82 (32.42% from 255 or 22.40% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B46852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46852 is #4B97AD. Grayscale: #7C7C7C. Windows color (decimal): -4954030 or 5400756. OLE color: 5400756.

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

Color convert

RGB18010482-
CMYK00.420.540.29
HSL13.47º39.52%51.37%-
HSV(B)13.47º54.44%70.59%-
XYZ25.320.2110.55-
YUV124.22104.18167.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.18%
GREEN value IS 104 (41.02% from 255) = 28.42%
BLUE value IS 82 (32.42% from 255) = 22.40%
R=49.18%
G=28.42%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801048200.420.540.2913.4739.5251.37
HexB4685202A361Dd2833
Octal2641501220526635155063
Binary10110100110100010100100101010110110111011101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46852; }

 p { color: rgb(180,104,82); }

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

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

 a { background-color: rgb(180,104,82); }

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

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

 span { border-color: rgb(180,104,82); }

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