Html Css Color HEX #BB7788 Tapestry

📋 copy color: '#BB7788'

red 187 ◦ green 119 ◦ blue 136

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

Shades of Tapestry #BB7788

Tints of Tapestry #BB7788

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.92%

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

R = 42.31%
G = 26.92%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BB7788 (or 0xBB7788) is known color: Tapestry. HEX triplet: BB, 77 and 88. RGB value is (187,119,136). Sum of RGB (Red+Green+Blue) = 187+119+136=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 119 (46.88% from 255 or 26.92% from 442); Blue value is 136 (53.52% from 255 or 30.77% from 442); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7788 is #448877. Grayscale: #8D8D8D. Windows color (decimal): -4491384 or 8943547. OLE color: 8943547.

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

Color convert

RGB 187 119 136 -
CMYK 0 0.36 0.27 0.27
HSL 345º 0.33% 0.6% -
HSV(B) 345º 0.36% 0.73% -
XYZ 31.53 25.54 26.56 -
YUV 141.27 125.03 160.62 -
System Red Green Blue C M Y K H S L
Decimal 187 119 136 0 0.36 0.27 0.27 345 0.33 0.6
Hex BB 77 88 0 24 1B 1B 159 21 3C
Octal 273 167 210 0 44 33 33 531 41 74
Binary 10111011 1110111 10001000 0 100100 11011 11011 101011001 100001 111100

Color Harmonies of #BB7788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7788

Black with #BB7788

Text Example


Text Example

White with #BB7788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7788; }

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

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

background-color css

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

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

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

border-color css

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

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

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