#BB6D78

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

Shades of Tapestry #BB6D78

Tints of Tapestry #BB6D78

Color information

#BB6D78 (or 0xBB6D78) is unknown color: approx Tapestry. HEX triplet: BB, 6D and 78. RGB value is (187,109,120). Sum of RGB (Red+Green+Blue) = 187+109+120=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6D78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6D78 is #449287. Grayscale: #858585. Windows color (decimal): -4493960 or 7892411. OLE color: 7892411.

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

Color convert

RGB187109120-
CMYK00.420.360.27
HSL351.54º36.45%58.04%-
HSV(B)351.54º41.71%73.33%-
XYZ29.3522.8620.63-
YUV133.58120.34166.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.95%
GREEN value IS 109 (42.97% from 255) = 26.20%
BLUE value IS 120 (47.27% from 255) = 28.85%
R=44.95%
G=26.20%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710912000.420.360.27351.5436.4558.04
HexBB6D7802A241B160243a
Octal27315517005244335404472
Binary1011101111011011111000010101010010011011101100000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6D78; }

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

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

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

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

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

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

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

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