#BB6183

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

Shades of Tapestry #BB6183

Tints of Tapestry #BB6183

Color information

#BB6183 (or 0xBB6183) is unknown color: approx Tapestry. HEX triplet: BB, 61 and 83. RGB value is (187,97,131). Sum of RGB (Red+Green+Blue) = 187+97+131=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6183 is #449E7C. Grayscale: #7F7F7F. Windows color (decimal): -4497021 or 8610235. OLE color: 8610235.

HSL color Cylindrical-coordinate representation of color #BB6183: hue angle of 337.33º 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 #BB6183 is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB18797131-
CMYK00.480.300.27
HSL337.33º39.82%55.69%-
HSV(B)337.33º48.13%73.33%-
XYZ28.8620.7523.96-
YUV127.79129.82170.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.06%
GREEN value IS 97 (38.28% from 255) = 23.37%
BLUE value IS 131 (51.56% from 255) = 31.57%
R=45.06%
G=23.37%
B=31.57%

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
Decimal1879713100.480.300.27337.3339.8255.69
HexBB61830301E1B1512838
Octal27314120306036335215070
Binary1011101111000011000001101100001111011011101010001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6183; }

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

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

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

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

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

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

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

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