#BB618A

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

Shades of Tapestry #BB618A

Tints of Tapestry #BB618A

Color information

#BB618A (or 0xBB618A) is unknown color: approx Tapestry. HEX triplet: BB, 61 and 8A. RGB value is (187,97,138). Sum of RGB (Red+Green+Blue) = 187+97+138=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BB618A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB618A is #449E75. Grayscale: #808080. Windows color (decimal): -4497014 or 9068987. OLE color: 9068987.

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

Color convert

RGB18797138-
CMYK00.480.260.27
HSL332.67º39.82%55.69%-
HSV(B)332.67º48.13%73.33%-
XYZ29.3620.9526.54-
YUV128.58133.32169.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.31%
GREEN value IS 97 (38.28% from 255) = 22.99%
BLUE value IS 138 (54.30% from 255) = 32.70%
R=44.31%
G=22.99%
B=32.70%

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
Decimal1879713800.480.260.27332.6739.8255.69
HexBB618A0301A1B14d2838
Octal27314121206032335155070
Binary1011101111000011000101001100001101011011101001101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB618A; }

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

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

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

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

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

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

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

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