Html Css Color HEX #BB788A Tapestry

📋 copy color: '#BB788A'

red 187 ◦ green 120 ◦ blue 138

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

Shades of Tapestry #BB788A

Tints of Tapestry #BB788A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.01%

R = 42.02%
G = 26.97%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB788A (or 0xBB788A) is known color: Tapestry. HEX triplet: BB, 78 and 8A. RGB value is (187,120,138). Sum of RGB (Red+Green+Blue) = 187+120+138=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 120 (47.27% from 255 or 26.97% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 187 - color contains mainly: red. Hex color #BB788A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB788A is #448775. Grayscale: #8E8E8E. Windows color (decimal): -4491126 or 9074875. OLE color: 9074875.

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

Color convert

RGB 187 120 138 -
CMYK 0 0.36 0.26 0.27
HSL 343.88º 0.33% 0.6% -
HSV(B) 343.88º 0.36% 0.73% -
XYZ 31.8 25.83 27.36 -
YUV 142.09 125.7 160.04 -
System Red Green Blue C M Y K H S L
Decimal 187 120 138 0 0.36 0.26 0.27 343.88 0.33 0.6
Hex BB 78 8A 0 24 1A 1B 158 21 3C
Octal 273 170 212 0 44 32 33 530 41 74
Binary 10111011 1111000 10001010 0 100100 11010 11011 101011000 100001 111100

Color Harmonies of #BB788A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB788A

Black with #BB788A

Text Example


Text Example

White with #BB788A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB788A; }

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

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

background-color css

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

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

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

border-color css

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

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

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