Html Css Color HEX #BB6677 Tapestry

📋 copy color: '#BB6677'

red 187 ◦ green 102 ◦ blue 119

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

Shades of Tapestry #BB6677

Tints of Tapestry #BB6677

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25%

 BLUE value IS 119 (46.88% from 255) = 29.17%

R = 45.83%
G = 25%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BB6677 (or 0xBB6677) is known color: Tapestry. HEX triplet: BB, 66 and 77. RGB value is (187,102,119). Sum of RGB (Red+Green+Blue) = 187+102+119=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 119 (46.88% from 255 or 29.17% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6677 is #449988. Grayscale: #818181. Windows color (decimal): -4495753 or 7825083. OLE color: 7825083.

HSL color Cylindrical-coordinate representation of color #BB6677: hue angle of 348º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB6677 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 102 119 -
CMYK 0 0.45 0.36 0.27
HSL 348º 0.38% 0.57% -
HSV(B) 348º 0.45% 0.73% -
XYZ 28.57 21.4 20.08 -
YUV 129.35 122.16 169.12 -
System Red Green Blue C M Y K H S L
Decimal 187 102 119 0 0.45 0.36 0.27 348 0.38 0.57
Hex BB 66 77 0 2D 24 1B 15C 26 39
Octal 273 146 167 0 55 44 33 534 46 71
Binary 10111011 1100110 1110111 0 101101 100100 11011 101011100 100110 111001

Color Harmonies of #BB6677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6677

Black with #BB6677

Text Example


Text Example

White with #BB6677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6677; }

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

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

background-color css

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

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

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

border-color css

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

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

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