#BB6483

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

Shades of Tapestry #BB6483

Tints of Tapestry #BB6483

Color information

#BB6483 (or 0xBB6483) is unknown color: approx Tapestry. HEX triplet: BB, 64 and 83. RGB value is (187,100,131). Sum of RGB (Red+Green+Blue) = 187+100+131=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6483 is #449B7C. Grayscale: #818181. Windows color (decimal): -4496253 or 8611003. OLE color: 8611003.

HSL color Cylindrical-coordinate representation of color #BB6483: hue angle of 338.62º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB6483 is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB187100131-
CMYK00.470.300.27
HSL338.62º39.01%56.27%-
HSV(B)338.62º46.52%73.33%-
XYZ29.1521.3224.05-
YUV129.55128.82168.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.74%
GREEN value IS 100 (39.45% from 255) = 23.92%
BLUE value IS 131 (51.56% from 255) = 31.34%
R=44.74%
G=23.92%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710013100.470.300.27338.6239.0156.27
HexBB648302F1E1B1532738
Octal27314420305736335234770
Binary1011101111001001000001101011111111011011101010011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6483; }

 p { color: rgb(187,100,131); }

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

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

 a { background-color: rgb(187,100,131); }

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

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

 span { border-color: rgb(187,100,131); }

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