#BB6282

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

Shades of Tapestry #BB6282

Tints of Tapestry #BB6282

Color information

#BB6282 (or 0xBB6282) is unknown color: approx Tapestry. HEX triplet: BB, 62 and 82. RGB value is (187,98,130). Sum of RGB (Red+Green+Blue) = 187+98+130=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 98 (38.67% from 255 or 23.61% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6282 is #449D7D. Grayscale: #808080. Windows color (decimal): -4496766 or 8544955. OLE color: 8544955.

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

Color convert

RGB18798130-
CMYK00.480.300.27
HSL338.43º39.56%55.88%-
HSV(B)338.43º47.59%73.33%-
XYZ28.8920.9123.63-
YUV128.26128.99169.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.06%
GREEN value IS 98 (38.67% from 255) = 23.61%
BLUE value IS 130 (51.17% from 255) = 31.33%
R=45.06%
G=23.61%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879813000.480.300.27338.4339.5655.88
HexBB62820301E1B1522838
Octal27314220206036335225070
Binary1011101111000101000001001100001111011011101010010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6282; }

 p { color: rgb(187,98,130); }

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

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

 a { background-color: rgb(187,98,130); }

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

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

 span { border-color: rgb(187,98,130); }

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