Html Css Color HEX #BB6D8B Tapestry

📋 copy color: '#BB6D8B'

red 187 ◦ green 109 ◦ blue 139

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

Shades of Tapestry #BB6D8B

Tints of Tapestry #BB6D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.95%

R = 42.99%
G = 25.06%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB6D8B (or 0xBB6D8B) is known color: Tapestry. HEX triplet: BB, 6D and 8B. RGB value is (187,109,139). Sum of RGB (Red+Green+Blue) = 187+109+139=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6D8B is #449274. Grayscale: #878787. Windows color (decimal): -4493941 or 9137595. OLE color: 9137595.

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

Color convert

RGB 187 109 139 -
CMYK 0 0.42 0.26 0.27
HSL 336.92º 0.36% 0.58% -
HSV(B) 336.92º 0.42% 0.73% -
XYZ 30.62 23.37 27.32 -
YUV 135.74 129.84 164.56 -
System Red Green Blue C M Y K H S L
Decimal 187 109 139 0 0.42 0.26 0.27 336.92 0.36 0.58
Hex BB 6D 8B 0 2A 1A 1B 151 24 3A
Octal 273 155 213 0 52 32 33 521 44 72
Binary 10111011 1101101 10001011 0 101010 11010 11011 101010001 100100 111010

Color Harmonies of #BB6D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6D8B

Black with #BB6D8B

Text Example


Text Example

White with #BB6D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6D8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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