Html Css Color HEX #BB7682 Tapestry

📋 copy color: '#BB7682'

red 187 ◦ green 118 ◦ blue 130

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

Shades of Tapestry #BB7682

Tints of Tapestry #BB7682

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.13%

 BLUE value IS 130 (51.17% from 255) = 29.89%

R = 42.99%
G = 27.13%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BB7682 (or 0xBB7682) is known color: Tapestry. HEX triplet: BB, 76 and 82. RGB value is (187,118,130). Sum of RGB (Red+Green+Blue) = 187+118+130=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7682 is #44897D. Grayscale: #8C8C8C. Windows color (decimal): -4491646 or 8550075. OLE color: 8550075.

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

Color convert

RGB 187 118 130 -
CMYK 0 0.37 0.30 0.27
HSL 349.57º 0.34% 0.6% -
HSV(B) 349.57º 0.37% 0.73% -
XYZ 31 25.13 24.34 -
YUV 140 122.36 161.52 -
System Red Green Blue C M Y K H S L
Decimal 187 118 130 0 0.37 0.30 0.27 349.57 0.34 0.6
Hex BB 76 82 0 25 1E 1B 15E 22 3C
Octal 273 166 202 0 45 36 33 536 42 74
Binary 10111011 1110110 10000010 0 100101 11110 11011 101011110 100010 111100

Color Harmonies of #BB7682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7682

Black with #BB7682

Text Example


Text Example

White with #BB7682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7682; }

 p { color: rgb(187,118,130); }

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

background-color css

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

 a { background-color: rgb(187,118,130); }

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

border-color css

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

 span { border-color: rgb(187,118,130); }

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