#B46F7F

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

Shades of Tapestry #B46F7F

Tints of Tapestry #B46F7F

Color information

#B46F7F (or 0xB46F7F) is unknown color: approx Tapestry. HEX triplet: B4, 6F and 7F. RGB value is (180,111,127). Sum of RGB (Red+Green+Blue) = 180+111+127=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 180 - color contains mainly: red. Hex color #B46F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46F7F is #4B9080. Grayscale: #858585. Windows color (decimal): -4952193 or 8351668. OLE color: 8351668.

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

Color convert

RGB180111127-
CMYK00.380.290.29
HSL346.09º31.51%57.06%-
HSV(B)346.09º38.33%70.59%-
XYZ28.3422.622.95-
YUV133.46124.36161.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.06%
GREEN value IS 111 (43.75% from 255) = 26.56%
BLUE value IS 127 (50% from 255) = 30.38%
R=43.06%
G=26.56%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011112700.380.290.29346.0931.5157.06
HexB46F7F0261D1D15a2039
Octal26415717704635355324071
Binary101101001101111111111101001101110111101101011010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46F7F; }

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

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

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

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

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

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

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

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