Html Css Color HEX #BB7B88 Tapestry

📋 copy color: '#BB7B88'

red 187 ◦ green 123 ◦ blue 136

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

Shades of Tapestry #BB7B88

Tints of Tapestry #BB7B88

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.58%

 BLUE value IS 136 (53.52% from 255) = 30.49%

R = 41.93%
G = 27.58%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BB7B88 (or 0xBB7B88) is known color: Tapestry. HEX triplet: BB, 7B and 88. RGB value is (187,123,136). Sum of RGB (Red+Green+Blue) = 187+123+136=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 123 (48.44% from 255 or 27.58% from 446); Blue value is 136 (53.52% from 255 or 30.49% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7B88 is #448477. Grayscale: #8F8F8F. Windows color (decimal): -4490360 or 8944571. OLE color: 8944571.

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

Color convert

RGB 187 123 136 -
CMYK 0 0.34 0.27 0.27
HSL 347.81º 0.32% 0.61% -
HSV(B) 347.81º 0.34% 0.73% -
XYZ 32.02 26.51 26.72 -
YUV 143.62 123.7 158.94 -
System Red Green Blue C M Y K H S L
Decimal 187 123 136 0 0.34 0.27 0.27 347.81 0.32 0.61
Hex BB 7B 88 0 22 1B 1B 15C 20 3D
Octal 273 173 210 0 42 33 33 534 40 75
Binary 10111011 1111011 10001000 0 100010 11011 11011 101011100 100000 111101

Color Harmonies of #BB7B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7B88

Black with #BB7B88

Text Example


Text Example

White with #BB7B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7B88; }

 p { color: rgb(187,123,136); }

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

background-color css

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

 a { background-color: rgb(187,123,136); }

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

border-color css

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

 span { border-color: rgb(187,123,136); }

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