#BB6B77

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

Shades of Tapestry #BB6B77

Tints of Tapestry #BB6B77

Color information

#BB6B77 (or 0xBB6B77) is unknown color: approx Tapestry. HEX triplet: BB, 6B and 77. RGB value is (187,107,119). Sum of RGB (Red+Green+Blue) = 187+107+119=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 119 (46.88% from 255 or 28.81% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6B77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6B77 is #449488. Grayscale: #848484. Windows color (decimal): -4494473 or 7826363. OLE color: 7826363.

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

Color convert

RGB187107119-
CMYK00.430.360.27
HSL351º37.04%57.65%-
HSV(B)351º42.78%73.33%-
XYZ29.0822.4120.25-
YUV132.29120.5167.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.28%
GREEN value IS 107 (42.19% from 255) = 25.91%
BLUE value IS 119 (46.88% from 255) = 28.81%
R=45.28%
G=25.91%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710711900.430.360.2735137.0457.65
HexBB6B7702B241B15f253a
Octal27315316705344335374572
Binary1011101111010111110111010101110010011011101011111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6B77; }

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

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

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

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

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

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

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

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