#BB6C8A

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

Shades of Tapestry #BB6C8A

Tints of Tapestry #BB6C8A

Color information

#BB6C8A (or 0xBB6C8A) is unknown color: approx Tapestry. HEX triplet: BB, 6C and 8A. RGB value is (187,108,138). Sum of RGB (Red+Green+Blue) = 187+108+138=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 108 (42.58% from 255 or 24.94% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6C8A is #449375. Grayscale: #878787. Windows color (decimal): -4494198 or 9071803. OLE color: 9071803.

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

Color convert

RGB187108138-
CMYK00.420.260.27
HSL337.22º36.74%57.84%-
HSV(B)337.22º42.25%73.33%-
XYZ30.4423.1226.9-
YUV135.04129.67165.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.19%
GREEN value IS 108 (42.58% from 255) = 24.94%
BLUE value IS 138 (54.30% from 255) = 31.87%
R=43.19%
G=24.94%
B=31.87%

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
Decimal18710813800.420.260.27337.2236.7457.84
HexBB6C8A02A1A1B151253a
Octal27315421205232335214572
Binary1011101111011001000101001010101101011011101010001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6C8A; }

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

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

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

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

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

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

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

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