#BB6B79

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

Shades of Tapestry #BB6B79

Tints of Tapestry #BB6B79

Color information

#BB6B79 (or 0xBB6B79) is unknown color: approx Tapestry. HEX triplet: BB, 6B and 79. RGB value is (187,107,121). Sum of RGB (Red+Green+Blue) = 187+107+121=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 121 (47.66% from 255 or 29.16% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6B79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6B79 is #449486. Grayscale: #848484. Windows color (decimal): -4494471 or 7957435. OLE color: 7957435.

HSL color Cylindrical-coordinate representation of color #BB6B79: hue angle of 349.5º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB6B79 is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB187107121-
CMYK00.430.350.27
HSL349.5º37.04%57.65%-
HSV(B)349.5º42.78%73.33%-
XYZ29.222.4620.89-
YUV132.52121.5166.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.06%
GREEN value IS 107 (42.19% from 255) = 25.78%
BLUE value IS 121 (47.66% from 255) = 29.16%
R=45.06%
G=25.78%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710712100.430.350.27349.537.0457.65
HexBB6B7902B231B15e253a
Octal27315317105343335364572
Binary1011101111010111111001010101110001111011101011110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6B79; }

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

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

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

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

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

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

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

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