#b46a4a

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

Shades of Sante Fe #B46A4A

Tints of Sante Fe #B46A4A

Color information

#B46A4A (or 0xB46A4A) is unknown color: approx Sante Fe. HEX triplet: B4, 6A and 4A. RGB value is (180,106,74). Sum of RGB (Red+Green+Blue) = 180+106+74=360 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 180 - color contains mainly: red. Hex color #B46A4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46A4A is #4B95B5. Grayscale: #7C7C7C. Windows color (decimal): -4953526 or 4876980. OLE color: 4876980.

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

Color convert

RGB18010674-
CMYK00.410.590.29
HSL18.11º41.73%49.8%-
HSV(B)18.11º58.89%70.59%-
XYZ25.2120.519.11-
YUV124.4899.52167.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50%
GREEN value IS 106 (41.80% from 255) = 29.44%
BLUE value IS 74 (29.30% from 255) = 20.56%
R=50%
G=29.44%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801067400.410.590.2918.1141.7349.8
HexB46A4A0293B1D122a32
Octal2641521120517335225262
Binary101101001101010100101001010011110111110110010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b46a4a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b46a4a; }

 p { color: rgb(180,106,74); }

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

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

 a { background-color: rgb(180,106,74); }

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

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

 span { border-color: rgb(180,106,74); }

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