Html Css Color HEX #BB6B8D Tapestry

📋 copy color: '#BB6B8D'

red 187 ◦ green 107 ◦ blue 141

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

Shades of Tapestry #BB6B8D

Tints of Tapestry #BB6B8D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.6%

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

R = 42.99%
G = 24.6%
B = 32.41%

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

#BB6B8D (or 0xBB6B8D) is known color: Tapestry. HEX triplet: BB, 6B and 8D. RGB value is (187,107,141). Sum of RGB (Red+Green+Blue) = 187+107+141=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6B8D is #449472. Grayscale: #868686. Windows color (decimal): -4494451 or 9268155. OLE color: 9268155.

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

Color convert

RGB 187 107 141 -
CMYK 0 0.43 0.25 0.27
HSL 334.5º 0.37% 0.58% -
HSV(B) 334.5º 0.43% 0.73% -
XYZ 30.56 23 28.03 -
YUV 134.8 131.5 165.24 -
System Red Green Blue C M Y K H S L
Decimal 187 107 141 0 0.43 0.25 0.27 334.5 0.37 0.58
Hex BB 6B 8D 0 2B 19 1B 14E 25 3A
Octal 273 153 215 0 53 31 33 516 45 72
Binary 10111011 1101011 10001101 0 101011 11001 11011 101001110 100101 111010

Color Harmonies of #BB6B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6B8D

Black with #BB6B8D

Text Example


Text Example

White with #BB6B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6B8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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