Html Css Color HEX #BB6D8D Tapestry

📋 copy color: '#BB6D8D'

red 187 ◦ green 109 ◦ blue 141

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

Shades of Tapestry #BB6D8D

Tints of Tapestry #BB6D8D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.94%

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

R = 42.79%
G = 24.94%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB6D8D (or 0xBB6D8D) is known color: Tapestry. HEX triplet: BB, 6D and 8D. RGB value is (187,109,141). Sum of RGB (Red+Green+Blue) = 187+109+141=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 141 (55.47% from 255 or 32.27% from 437); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6D8D is #449272. Grayscale: #878787. Windows color (decimal): -4493939 or 9268667. OLE color: 9268667.

HSL color Cylindrical-coordinate representation of color #BB6D8D: hue angle of 335.38º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB6D8D is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 109 141 -
CMYK 0 0.42 0.25 0.27
HSL 335.38º 0.36% 0.58% -
HSV(B) 335.38º 0.42% 0.73% -
XYZ 30.77 23.43 28.1 -
YUV 135.97 130.84 164.4 -
System Red Green Blue C M Y K H S L
Decimal 187 109 141 0 0.42 0.25 0.27 335.38 0.36 0.58
Hex BB 6D 8D 0 2A 19 1B 14F 24 3A
Octal 273 155 215 0 52 31 33 517 44 72
Binary 10111011 1101101 10001101 0 101010 11001 11011 101001111 100100 111010

Color Harmonies of #BB6D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6D8D

Black with #BB6D8D

Text Example


Text Example

White with #BB6D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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