#B46B4A

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

Shades of Sante Fe #B46B4A

Tints of Sante Fe #B46B4A

Color information

#B46B4A (or 0xB46B4A) is unknown color: approx Sante Fe. HEX triplet: B4, 6B and 4A. RGB value is (180,107,74). Sum of RGB (Red+Green+Blue) = 180+107+74=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B46B4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46B4A is #4B94B5. Grayscale: #7D7D7D. Windows color (decimal): -4953270 or 4877236. OLE color: 4877236.

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

Color convert

RGB18010774-
CMYK00.410.590.29
HSL18.68º41.73%49.8%-
HSV(B)18.68º58.89%70.59%-
XYZ25.3220.719.14-
YUV125.0699.18167.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.86%
GREEN value IS 107 (42.19% from 255) = 29.64%
BLUE value IS 74 (29.30% from 255) = 20.50%
R=49.86%
G=29.64%
B=20.50%

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
Decimal1801077400.410.590.2918.6841.7349.8
HexB46B4A0293B1D132a32
Octal2641531120517335235262
Binary101101001101011100101001010011110111110110011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46B4A; }

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

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

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

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

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

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

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

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