Html Css Color HEX #BB6A8D Tapestry

📋 copy color: '#BB6A8D'

red 187 ◦ green 106 ◦ blue 141

#BB6A8D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tapestry #BB6A8D

Tints of Tapestry #BB6A8D

RGB

 RED value IS 187 (73.44% from 255) = 43.09%

 GREEN value IS 106 (41.8% from 255) = 24.42%

 BLUE value IS 141 (55.47% from 255) = 32.49%

R = 43.09%
G = 24.42%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB6A8D (or 0xBB6A8D) is known color: Tapestry. HEX triplet: BB, 6A and 8D. RGB value is (187,106,141). Sum of RGB (Red+Green+Blue) = 187+106+141=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 106 (41.80% from 255 or 24.42% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6A8D is #449572. Grayscale: #868686. Windows color (decimal): -4494707 or 9267899. OLE color: 9267899.

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

Color convert

RGB 187 106 141 -
CMYK 0 0.43 0.25 0.27
HSL 334.07º 0.37% 0.57% -
HSV(B) 334.07º 0.43% 0.73% -
XYZ 30.46 22.8 27.99 -
YUV 134.21 131.84 165.65 -
System Red Green Blue C M Y K H S L
Decimal 187 106 141 0 0.43 0.25 0.27 334.07 0.37 0.57
Hex BB 6A 8D 0 2B 19 1B 14E 25 39
Octal 273 152 215 0 53 31 33 516 45 71
Binary 10111011 1101010 10001101 0 101011 11001 11011 101001110 100101 111001

Color Harmonies of #BB6A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6A8D

Black with #BB6A8D

Text Example


Text Example

White with #BB6A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6A8D; }

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

 H1.HeaderClassName
 {
   color: #BB6A8D;
 }
 .AnyTagClassName
 {
   color: #BB6A8D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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