#b46c4b

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

Shades of Sante Fe #B46C4B

Tints of Sante Fe #B46C4B

Color information

#B46C4B (or 0xB46C4B) is unknown color: approx Sante Fe. HEX triplet: B4, 6C and 4B. RGB value is (180,108,75). Sum of RGB (Red+Green+Blue) = 180+108+75=363 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.59% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 180 - color contains mainly: red. Hex color #B46C4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46C4B is #4B93B4. Grayscale: #7D7D7D. Windows color (decimal): -4953013 or 4943028. OLE color: 4943028.

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

Color convert

RGB18010875-
CMYK00.400.580.29
HSL18.86º41.18%50%-
HSV(B)18.86º58.33%70.59%-
XYZ25.4520.949.36-
YUV125.7799.35166.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.59%
GREEN value IS 108 (42.58% from 255) = 29.75%
BLUE value IS 75 (29.69% from 255) = 20.66%
R=49.59%
G=29.75%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801087500.400.580.2918.8641.1850
HexB46C4B0283A1D132932
Octal2641541130507235235162
Binary101101001101100100101101010001110101110110011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b46c4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b46c4b; }

 p { color: rgb(180,108,75); }

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

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

 a { background-color: rgb(180,108,75); }

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

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

 span { border-color: rgb(180,108,75); }

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