#B46788

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

Shades of Tapestry #B46788

Tints of Tapestry #B46788

Color information

#B46788 (or 0xB46788) is unknown color: approx Tapestry. HEX triplet: B4, 67 and 88. RGB value is (180,103,136). Sum of RGB (Red+Green+Blue) = 180+103+136=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 103 (40.62% from 255 or 24.58% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B46788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46788 is #4B9877. Grayscale: #818181. Windows color (decimal): -4954232 or 8939444. OLE color: 8939444.

HSL color Cylindrical-coordinate representation of color #B46788: hue angle of 334.29º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B46788 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB180103136-
CMYK00.430.240.29
HSL334.29º33.92%55.49%-
HSV(B)334.29º42.78%70.59%-
XYZ28.1221.1825.9-
YUV129.78131.51163.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.96%
GREEN value IS 103 (40.62% from 255) = 24.58%
BLUE value IS 136 (53.52% from 255) = 32.46%
R=42.96%
G=24.58%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010313600.430.240.29334.2933.9255.49
HexB4678802B181D14e2237
Octal26414721005330355164267
Binary1011010011001111000100001010111100011101101001110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46788; }

 p { color: rgb(180,103,136); }

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

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

 a { background-color: rgb(180,103,136); }

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

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

 span { border-color: rgb(180,103,136); }

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