#B46F7B

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

Shades of Tapestry #B46F7B

Tints of Tapestry #B46F7B

Color information

#B46F7B (or 0xB46F7B) is unknown color: approx Tapestry. HEX triplet: B4, 6F and 7B. RGB value is (180,111,123). Sum of RGB (Red+Green+Blue) = 180+111+123=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 180 - color contains mainly: red. Hex color #B46F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46F7B is #4B9084. Grayscale: #858585. Windows color (decimal): -4952197 or 8089524. OLE color: 8089524.

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

Color convert

RGB180111123-
CMYK00.380.320.29
HSL349.57º31.51%57.06%-
HSV(B)349.57º38.33%70.59%-
XYZ28.0822.521.6-
YUV133122.36161.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.48%
GREEN value IS 111 (43.75% from 255) = 26.81%
BLUE value IS 123 (48.44% from 255) = 29.71%
R=43.48%
G=26.81%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011112300.380.320.29349.5731.5157.06
HexB46F7B026201D15e2039
Octal26415717304640355364071
Binary1011010011011111111011010011010000011101101011110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46F7B; }

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

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

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

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

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

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

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

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