#B46851

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

Shades of Sante Fe #B46851

Tints of Sante Fe #B46851

Color information

#B46851 (or 0xB46851) is unknown color: approx Sante Fe. HEX triplet: B4, 68 and 51. RGB value is (180,104,81). Sum of RGB (Red+Green+Blue) = 180+104+81=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B46851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46851 is #4B97AE. Grayscale: #7C7C7C. Windows color (decimal): -4954031 or 5335220. OLE color: 5335220.

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

Color convert

RGB18010481-
CMYK00.420.550.29
HSL13.94º39.76%51.18%-
HSV(B)13.94º55%70.59%-
XYZ25.2620.210.35-
YUV124.1103.68167.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.32%
GREEN value IS 104 (41.02% from 255) = 28.49%
BLUE value IS 81 (32.03% from 255) = 22.19%
R=49.32%
G=28.49%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801048100.420.550.2913.9439.7651.18
HexB4685102A371De2833
Octal2641501210526735165063
Binary10110100110100010100010101010110111111011110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46851; }

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

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

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

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

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

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

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

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