#BB6A7B

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

Shades of Tapestry #BB6A7B

Tints of Tapestry #BB6A7B

Color information

#BB6A7B (or 0xBB6A7B) is unknown color: approx Tapestry. HEX triplet: BB, 6A and 7B. RGB value is (187,106,123). Sum of RGB (Red+Green+Blue) = 187+106+123=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6A7B is #449584. Grayscale: #848484. Windows color (decimal): -4494725 or 8088251. OLE color: 8088251.

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

Color convert

RGB187106123-
CMYK00.430.340.27
HSL347.41º37.33%57.45%-
HSV(B)347.41º43.32%73.33%-
XYZ29.2222.321.5-
YUV132.16122.84167.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.95%
GREEN value IS 106 (41.80% from 255) = 25.48%
BLUE value IS 123 (48.44% from 255) = 29.57%
R=44.95%
G=25.48%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710612300.430.340.27347.4137.3357.45
HexBB6A7B02B221B15b2539
Octal27315217305342335334571
Binary1011101111010101111011010101110001011011101011011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6A7B; }

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

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

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

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

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

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

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

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