#BB6578

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

Shades of Tapestry #BB6578

Tints of Tapestry #BB6578

Color information

#BB6578 (or 0xBB6578) is unknown color: approx Tapestry. HEX triplet: BB, 65 and 78. RGB value is (187,101,120). Sum of RGB (Red+Green+Blue) = 187+101+120=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6578 is #449A87. Grayscale: #808080. Windows color (decimal): -4496008 or 7890363. OLE color: 7890363.

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

Color convert

RGB187101120-
CMYK00.460.360.27
HSL346.74º38.74%56.47%-
HSV(B)346.74º45.99%73.33%-
XYZ28.5421.2320.36-
YUV128.88122.99169.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.83%
GREEN value IS 101 (39.84% from 255) = 24.75%
BLUE value IS 120 (47.27% from 255) = 29.41%
R=45.83%
G=24.75%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710112000.460.360.27346.7438.7456.47
HexBB657802E241B15b2738
Octal27314517005644335334770
Binary1011101111001011111000010111010010011011101011011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6578; }

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

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

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

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

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

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

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

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