#B46E4B

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

Shades of Sante Fe #B46E4B

Tints of Sante Fe #B46E4B

Color information

#B46E4B (or 0xB46E4B) is unknown color: approx Sante Fe. HEX triplet: B4, 6E and 4B. RGB value is (180,110,75). Sum of RGB (Red+Green+Blue) = 180+110+75=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B46E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46E4B is #4B91B4. Grayscale: #7F7F7F. Windows color (decimal): -4952501 or 4943540. OLE color: 4943540.

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

Color convert

RGB18011075-
CMYK00.390.580.29
HSL20º41.18%50%-
HSV(B)20º58.33%70.59%-
XYZ25.6721.369.43-
YUV126.9498.69165.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.32%
GREEN value IS 110 (43.36% from 255) = 30.14%
BLUE value IS 75 (29.69% from 255) = 20.55%
R=49.32%
G=30.14%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801107500.390.580.292041.1850
HexB46E4B0273A1D142932
Octal2641561130477235245162
Binary101101001101110100101101001111110101110110100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46E4B; }

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

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

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

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

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

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

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

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