#BB6A7A

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

Shades of Tapestry #BB6A7A

Tints of Tapestry #BB6A7A

Color information

#BB6A7A (or 0xBB6A7A) is unknown color: approx Tapestry. HEX triplet: BB, 6A and 7A. RGB value is (187,106,122). Sum of RGB (Red+Green+Blue) = 187+106+122=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 106 (41.80% from 255 or 25.54% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6A7A is #449585. Grayscale: #848484. Windows color (decimal): -4494726 or 8022715. OLE color: 8022715.

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

Color convert

RGB187106122-
CMYK00.430.350.27
HSL348.15º37.33%57.45%-
HSV(B)348.15º43.32%73.33%-
XYZ29.1622.2821.18-
YUV132.04122.34167.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.06%
GREEN value IS 106 (41.80% from 255) = 25.54%
BLUE value IS 122 (48.05% from 255) = 29.40%
R=45.06%
G=25.54%
B=29.40%

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
Decimal18710612200.430.350.27348.1537.3357.45
HexBB6A7A02B231B15c2539
Octal27315217205343335344571
Binary1011101111010101111010010101110001111011101011100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6A7A; }

 p { color: rgb(187,106,122); }

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

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

 a { background-color: rgb(187,106,122); }

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

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

 span { border-color: rgb(187,106,122); }

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