#BB6D7E

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

Shades of Tapestry #BB6D7E

Tints of Tapestry #BB6D7E

Color information

#BB6D7E (or 0xBB6D7E) is unknown color: approx Tapestry. HEX triplet: BB, 6D and 7E. RGB value is (187,109,126). Sum of RGB (Red+Green+Blue) = 187+109+126=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 126 (49.61% from 255 or 29.86% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6D7E is #449281. Grayscale: #868686. Windows color (decimal): -4493954 or 8285627. OLE color: 8285627.

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

Color convert

RGB187109126-
CMYK00.420.330.27
HSL346.92º36.45%58.04%-
HSV(B)346.92º41.71%73.33%-
XYZ29.7323.0122.61-
YUV134.26123.34165.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.31%
GREEN value IS 109 (42.97% from 255) = 25.83%
BLUE value IS 126 (49.61% from 255) = 29.86%
R=44.31%
G=25.83%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710912600.420.330.27346.9236.4558.04
HexBB6D7E02A211B15b243a
Octal27315517605241335334472
Binary1011101111011011111110010101010000111011101011011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6D7E; }

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

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

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

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

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

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

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

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