#BB6082

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

Shades of Tapestry #BB6082

Tints of Tapestry #BB6082

Color information

#BB6082 (or 0xBB6082) is unknown color: approx Tapestry. HEX triplet: BB, 60 and 82. RGB value is (187,96,130). Sum of RGB (Red+Green+Blue) = 187+96+130=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6082 is #449F7D. Grayscale: #7F7F7F. Windows color (decimal): -4497278 or 8544443. OLE color: 8544443.

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

Color convert

RGB18796130-
CMYK00.490.300.27
HSL337.58º40.09%55.49%-
HSV(B)337.58º48.66%73.33%-
XYZ28.7120.5423.57-
YUV127.08129.65170.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.28%
GREEN value IS 96 (37.89% from 255) = 23.24%
BLUE value IS 130 (51.17% from 255) = 31.48%
R=45.28%
G=23.24%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879613000.490.300.27337.5840.0955.49
HexBB60820311E1B1522837
Octal27314020206136335225067
Binary1011101111000001000001001100011111011011101010010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6082; }

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

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

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

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

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

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

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

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