#BB6379

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

Shades of Tapestry #BB6379

Tints of Tapestry #BB6379

Color information

#BB6379 (or 0xBB6379) is unknown color: approx Tapestry. HEX triplet: BB, 63 and 79. RGB value is (187,99,121). Sum of RGB (Red+Green+Blue) = 187+99+121=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6379 is #449C86. Grayscale: #7F7F7F. Windows color (decimal): -4496519 or 7955387. OLE color: 7955387.

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

Color convert

RGB18799121-
CMYK00.470.350.27
HSL345º39.29%56.08%-
HSV(B)345º47.06%73.33%-
XYZ28.4120.8720.62-
YUV127.82124.15170.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.95%
GREEN value IS 99 (39.06% from 255) = 24.32%
BLUE value IS 121 (47.66% from 255) = 29.73%
R=45.95%
G=24.32%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879912100.470.350.2734539.2956.08
HexBB637902F231B1592738
Octal27314317105743335314770
Binary1011101111000111111001010111110001111011101011001100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6379; }

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

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

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

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

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

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

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

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