#B46F4E

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

Shades of Sante Fe #B46F4E

Tints of Sante Fe #B46F4E

Color information

#B46F4E (or 0xB46F4E) is unknown color: approx Sante Fe. HEX triplet: B4, 6F and 4E. RGB value is (180,111,78). Sum of RGB (Red+Green+Blue) = 180+111+78=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 78 (30.86% from 255 or 21.14% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B46F4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46F4E is #4B90B1. Grayscale: #808080. Windows color (decimal): -4952242 or 5140404. OLE color: 5140404.

HSL color Cylindrical-coordinate representation of color #B46F4E: hue angle of 19.41º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B46F4E is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB18011178-
CMYK00.380.570.29
HSL19.41º40.48%50.59%-
HSV(B)19.41º56.67%70.59%-
XYZ25.8821.6210.02-
YUV127.8799.86165.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.78%
GREEN value IS 111 (43.75% from 255) = 30.08%
BLUE value IS 78 (30.86% from 255) = 21.14%
R=48.78%
G=30.08%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801117800.380.570.2919.4140.4850.59
HexB46F4E026391D132833
Octal2641571160467135235063
Binary101101001101111100111001001101110011110110011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46F4E; }

 p { color: rgb(180,111,78); }

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

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

 a { background-color: rgb(180,111,78); }

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

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

 span { border-color: rgb(180,111,78); }

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