#B46A56

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

Shades of Sante Fe #B46A56

Tints of Sante Fe #B46A56

Color information

#B46A56 (or 0xB46A56) is unknown color: approx Sante Fe. HEX triplet: B4, 6A and 56. RGB value is (180,106,86). Sum of RGB (Red+Green+Blue) = 180+106+86=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 86 (33.98% from 255 or 23.12% from 372); Max value from RGB is 180 - color contains mainly: red. Hex color #B46A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46A56 is #4B95A9. Grayscale: #7E7E7E. Windows color (decimal): -4953514 or 5663412. OLE color: 5663412.

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

Color convert

RGB18010686-
CMYK00.410.520.29
HSL12.77º38.52%52.16%-
HSV(B)12.77º52.22%70.59%-
XYZ25.6620.6811.44-
YUV125.85105.52166.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.39%
GREEN value IS 106 (41.80% from 255) = 28.49%
BLUE value IS 86 (33.98% from 255) = 23.12%
R=48.39%
G=28.49%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801068600.410.520.2912.7738.5252.16
HexB46A56029341Dd2734
Octal2641521260516435154764
Binary10110100110101010101100101001110100111011101100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46A56; }

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

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

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

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

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

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

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

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