#BB6C8D

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

Shades of Tapestry #BB6C8D

Tints of Tapestry #BB6C8D

Color information

#BB6C8D (or 0xBB6C8D) is unknown color: approx Tapestry. HEX triplet: BB, 6C and 8D. RGB value is (187,108,141). Sum of RGB (Red+Green+Blue) = 187+108+141=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6C8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6C8D is #449372. Grayscale: #878787. Windows color (decimal): -4494195 or 9268411. OLE color: 9268411.

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

Color convert

RGB187108141-
CMYK00.420.250.27
HSL334.94º36.74%57.84%-
HSV(B)334.94º42.25%73.33%-
XYZ30.6623.2128.06-
YUV135.38131.17164.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.89%
GREEN value IS 108 (42.58% from 255) = 24.77%
BLUE value IS 141 (55.47% from 255) = 32.34%
R=42.89%
G=24.77%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710814100.420.250.27334.9436.7457.84
HexBB6C8D02A191B14f253a
Octal27315421505231335174572
Binary1011101111011001000110101010101100111011101001111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6C8D; }

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

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

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

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

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

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

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

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