#B46F8B

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

Shades of Tapestry #B46F8B

Tints of Tapestry #B46F8B

Color information

#B46F8B (or 0xB46F8B) is unknown color: approx Tapestry. HEX triplet: B4, 6F and 8B. RGB value is (180,111,139). Sum of RGB (Red+Green+Blue) = 180+111+139=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B46F8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46F8B is #4B9074. Grayscale: #868686. Windows color (decimal): -4952181 or 9138100. OLE color: 9138100.

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

Color convert

RGB180111139-
CMYK00.380.230.29
HSL335.65º31.51%57.06%-
HSV(B)335.65º38.33%70.59%-
XYZ29.1722.9427.32-
YUV134.82130.36160.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.86%
GREEN value IS 111 (43.75% from 255) = 25.81%
BLUE value IS 139 (54.69% from 255) = 32.33%
R=41.86%
G=25.81%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011113900.380.230.29335.6531.5157.06
HexB46F8B026171D1502039
Octal26415721304627355204071
Binary1011010011011111000101101001101011111101101010000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46F8B; }

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

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

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

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

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

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

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

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