#BB6378

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

Shades of Tapestry #BB6378

Tints of Tapestry #BB6378

Color information

#BB6378 (or 0xBB6378) is unknown color: approx Tapestry. HEX triplet: BB, 63 and 78. RGB value is (187,99,120). Sum of RGB (Red+Green+Blue) = 187+99+120=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 99 (39.06% from 255 or 24.38% from 406); Blue value is 120 (47.27% from 255 or 29.56% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6378 is #449C87. Grayscale: #7F7F7F. Windows color (decimal): -4496520 or 7889851. OLE color: 7889851.

HSL color Cylindrical-coordinate representation of color #BB6378: hue angle of 345.68º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB6378 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB18799120-
CMYK00.470.360.27
HSL345.68º39.29%56.08%-
HSV(B)345.68º47.06%73.33%-
XYZ28.3520.8420.3-
YUV127.71123.65170.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.06%
GREEN value IS 99 (39.06% from 255) = 24.38%
BLUE value IS 120 (47.27% from 255) = 29.56%
R=46.06%
G=24.38%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879912000.470.360.27345.6839.2956.08
HexBB637802F241B15a2738
Octal27314317005744335324770
Binary1011101111000111111000010111110010011011101011010100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6378; }

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

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

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

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

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

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

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

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