Html Css Color HEX #BB6D89 Tapestry

📋 copy color: '#BB6D89'

red 187 ◦ green 109 ◦ blue 137

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

Shades of Tapestry #BB6D89

Tints of Tapestry #BB6D89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 31.64%

R = 43.19%
G = 25.17%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BB6D89 (or 0xBB6D89) is known color: Tapestry. HEX triplet: BB, 6D and 89. RGB value is (187,109,137). Sum of RGB (Red+Green+Blue) = 187+109+137=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 137 (53.91% from 255 or 31.64% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6D89 is #449276. Grayscale: #878787. Windows color (decimal): -4493943 or 9006523. OLE color: 9006523.

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

Color convert

RGB 187 109 137 -
CMYK 0 0.42 0.27 0.27
HSL 338.46º 0.36% 0.58% -
HSV(B) 338.46º 0.42% 0.73% -
XYZ 30.48 23.31 26.56 -
YUV 135.51 128.84 164.72 -
System Red Green Blue C M Y K H S L
Decimal 187 109 137 0 0.42 0.27 0.27 338.46 0.36 0.58
Hex BB 6D 89 0 2A 1B 1B 152 24 3A
Octal 273 155 211 0 52 33 33 522 44 72
Binary 10111011 1101101 10001001 0 101010 11011 11011 101010010 100100 111010

Color Harmonies of #BB6D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6D89

Black with #BB6D89

Text Example


Text Example

White with #BB6D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6D89; }

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

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

background-color css

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

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

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

border-color css

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

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

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