Html Css Color HEX #BB788F Tapestry

📋 copy color: '#BB788F'

red 187 ◦ green 120 ◦ blue 143

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

Shades of Tapestry #BB788F

Tints of Tapestry #BB788F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.67%

 BLUE value IS 143 (56.25% from 255) = 31.78%

R = 41.56%
G = 26.67%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BB788F (or 0xBB788F) is known color: Tapestry. HEX triplet: BB, 78 and 8F. RGB value is (187,120,143). Sum of RGB (Red+Green+Blue) = 187+120+143=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 143 (56.25% from 255 or 31.78% from 450); Max value from RGB is 187 - color contains mainly: red. Hex color #BB788F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB788F is #448770. Grayscale: #8E8E8E. Windows color (decimal): -4491121 or 9402555. OLE color: 9402555.

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

Color convert

RGB 187 120 143 -
CMYK 0 0.36 0.24 0.27
HSL 339.4º 0.33% 0.6% -
HSV(B) 339.4º 0.36% 0.73% -
XYZ 32.17 25.98 29.31 -
YUV 142.66 128.2 159.63 -
System Red Green Blue C M Y K H S L
Decimal 187 120 143 0 0.36 0.24 0.27 339.4 0.33 0.6
Hex BB 78 8F 0 24 18 1B 153 21 3C
Octal 273 170 217 0 44 30 33 523 41 74
Binary 10111011 1111000 10001111 0 100100 11000 11011 101010011 100001 111100

Color Harmonies of #BB788F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB788F

Black with #BB788F

Text Example


Text Example

White with #BB788F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB788F; }

 p { color: rgb(187,120,143); }

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

background-color css

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

 a { background-color: rgb(187,120,143); }

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

border-color css

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

 span { border-color: rgb(187,120,143); }

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