Html Css Color HEX #BB7D89 Tapestry

📋 copy color: '#BB7D89'

red 187 ◦ green 125 ◦ blue 137

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

Shades of Tapestry #BB7D89

Tints of Tapestry #BB7D89

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.84%

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

R = 41.65%
G = 27.84%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BB7D89 (or 0xBB7D89) is known color: Tapestry. HEX triplet: BB, 7D and 89. RGB value is (187,125,137). Sum of RGB (Red+Green+Blue) = 187+125+137=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 137 (53.91% from 255 or 30.51% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7D89 is #448276. Grayscale: #909090. Windows color (decimal): -4489847 or 9010619. OLE color: 9010619.

HSL color Cylindrical-coordinate representation of color #BB7D89: hue angle of 348.39º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB7D89 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 125 137 -
CMYK 0 0.33 0.27 0.27
HSL 348.39º 0.31% 0.61% -
HSV(B) 348.39º 0.33% 0.73% -
XYZ 32.34 27.04 27.18 -
YUV 144.91 123.54 158.02 -
System Red Green Blue C M Y K H S L
Decimal 187 125 137 0 0.33 0.27 0.27 348.39 0.31 0.61
Hex BB 7D 89 0 21 1B 1B 15C 1F 3D
Octal 273 175 211 0 41 33 33 534 37 75
Binary 10111011 1111101 10001001 0 100001 11011 11011 101011100 11111 111101

Color Harmonies of #BB7D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7D89

Black with #BB7D89

Text Example


Text Example

White with #BB7D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7D89; }

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

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

background-color css

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

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

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

border-color css

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

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

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