#BB6D8A

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

Shades of Tapestry #BB6D8A

Tints of Tapestry #BB6D8A

Color information

#BB6D8A (or 0xBB6D8A) is unknown color: approx Tapestry. HEX triplet: BB, 6D and 8A. RGB value is (187,109,138). Sum of RGB (Red+Green+Blue) = 187+109+138=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6D8A is #449275. Grayscale: #878787. Windows color (decimal): -4493942 or 9072059. OLE color: 9072059.

HSL color Cylindrical-coordinate representation of color #BB6D8A: hue angle of 337.69º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB6D8A is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB187109138-
CMYK00.420.260.27
HSL337.69º36.45%58.04%-
HSV(B)337.69º41.71%73.33%-
XYZ30.5523.3426.94-
YUV135.63129.34164.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.09%
GREEN value IS 109 (42.97% from 255) = 25.12%
BLUE value IS 138 (54.30% from 255) = 31.80%
R=43.09%
G=25.12%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710913800.420.260.27337.6936.4558.04
HexBB6D8A02A1A1B152243a
Octal27315521205232335224472
Binary1011101111011011000101001010101101011011101010010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6D8A; }

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

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

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

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

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

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

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

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