Html Css Color HEX #BB7784 Tapestry

📋 copy color: '#BB7784'

red 187 ◦ green 119 ◦ blue 132

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

Shades of Tapestry #BB7784

Tints of Tapestry #BB7784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 30.14%

R = 42.69%
G = 27.17%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BB7784 (or 0xBB7784) is known color: Tapestry. HEX triplet: BB, 77 and 84. RGB value is (187,119,132). Sum of RGB (Red+Green+Blue) = 187+119+132=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 119 (46.88% from 255 or 27.17% from 438); Blue value is 132 (51.95% from 255 or 30.14% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7784 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7784 is #44887B. Grayscale: #8C8C8C. Windows color (decimal): -4491388 or 8681403. OLE color: 8681403.

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

Color convert

RGB 187 119 132 -
CMYK 0 0.36 0.29 0.27
HSL 348.53º 0.33% 0.6% -
HSV(B) 348.53º 0.36% 0.73% -
XYZ 31.26 25.42 25.09 -
YUV 140.81 123.03 160.94 -
System Red Green Blue C M Y K H S L
Decimal 187 119 132 0 0.36 0.29 0.27 348.53 0.33 0.6
Hex BB 77 84 0 24 1D 1B 15D 21 3C
Octal 273 167 204 0 44 35 33 535 41 74
Binary 10111011 1110111 10000100 0 100100 11101 11011 101011101 100001 111100

Color Harmonies of #BB7784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7784

Black with #BB7784

Text Example


Text Example

White with #BB7784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7784; }

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

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

background-color css

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

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

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

border-color css

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

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

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