Html Css Color HEX #BB778A Tapestry

📋 copy color: '#BB778A'

red 187 ◦ green 119 ◦ blue 138

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

Shades of Tapestry #BB778A

Tints of Tapestry #BB778A

RGB

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

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

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

R = 42.12%
G = 26.8%
B = 31.08%

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

#BB778A (or 0xBB778A) is known color: Tapestry. HEX triplet: BB, 77 and 8A. RGB value is (187,119,138). Sum of RGB (Red+Green+Blue) = 187+119+138=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 119 (46.88% from 255 or 26.80% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 187 - color contains mainly: red. Hex color #BB778A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB778A is #448875. Grayscale: #8D8D8D. Windows color (decimal): -4491382 or 9074619. OLE color: 9074619.

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

Color convert

RGB 187 119 138 -
CMYK 0 0.36 0.26 0.27
HSL 343.24º 0.33% 0.6% -
HSV(B) 343.24º 0.36% 0.73% -
XYZ 31.68 25.59 27.32 -
YUV 141.5 126.03 160.46 -
System Red Green Blue C M Y K H S L
Decimal 187 119 138 0 0.36 0.26 0.27 343.24 0.33 0.6
Hex BB 77 8A 0 24 1A 1B 157 21 3C
Octal 273 167 212 0 44 32 33 527 41 74
Binary 10111011 1110111 10001010 0 100100 11010 11011 101010111 100001 111100

Color Harmonies of #BB778A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB778A

Black with #BB778A

Text Example


Text Example

White with #BB778A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB778A; }

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

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

background-color css

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

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

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

border-color css

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

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

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