#BB6C7C

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

Shades of Tapestry #BB6C7C

Tints of Tapestry #BB6C7C

Color information

#BB6C7C (or 0xBB6C7C) is unknown color: approx Tapestry. HEX triplet: BB, 6C and 7C. RGB value is (187,108,124). Sum of RGB (Red+Green+Blue) = 187+108+124=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6C7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6C7C is #449383. Grayscale: #858585. Windows color (decimal): -4494212 or 8154299. OLE color: 8154299.

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

Color convert

RGB187108124-
CMYK00.420.340.27
HSL347.85º36.74%57.84%-
HSV(B)347.85º42.25%73.33%-
XYZ29.4922.7521.9-
YUV133.44122.67166.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.63%
GREEN value IS 108 (42.58% from 255) = 25.78%
BLUE value IS 124 (48.83% from 255) = 29.59%
R=44.63%
G=25.78%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710812400.420.340.27347.8536.7457.84
HexBB6C7C02A221B15c253a
Octal27315417405242335344572
Binary1011101111011001111100010101010001011011101011100100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6C7C; }

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

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

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

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

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

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

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

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