#BB618B

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

Shades of Tapestry #BB618B

Tints of Tapestry #BB618B

Color information

#BB618B (or 0xBB618B) is unknown color: approx Tapestry. HEX triplet: BB, 61 and 8B. RGB value is (187,97,139). Sum of RGB (Red+Green+Blue) = 187+97+139=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB618B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB618B is #449E74. Grayscale: #808080. Windows color (decimal): -4497013 or 9134523. OLE color: 9134523.

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

Color convert

RGB18797139-
CMYK00.480.260.27
HSL332º39.82%55.69%-
HSV(B)332º48.13%73.33%-
XYZ29.4320.9826.92-
YUV128.7133.82169.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.21%
GREEN value IS 97 (38.28% from 255) = 22.93%
BLUE value IS 139 (54.69% from 255) = 32.86%
R=44.21%
G=22.93%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879713900.480.260.2733239.8255.69
HexBB618B0301A1B14c2838
Octal27314121306032335145070
Binary1011101111000011000101101100001101011011101001100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB618B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB618B; }

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

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

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

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

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

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

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

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