Html Css Color HEX #BB6777 Tapestry

📋 copy color: '#BB6777'

red 187 ◦ green 103 ◦ blue 119

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

Shades of Tapestry #BB6777

Tints of Tapestry #BB6777

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.18%

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

R = 45.72%
G = 25.18%
B = 29.1%

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

#BB6777 (or 0xBB6777) is known color: Tapestry. HEX triplet: BB, 67 and 77. RGB value is (187,103,119). Sum of RGB (Red+Green+Blue) = 187+103+119=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 119 (46.88% from 255 or 29.10% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6777 is #449888. Grayscale: #818181. Windows color (decimal): -4495497 or 7825339. OLE color: 7825339.

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

Color convert

RGB 187 103 119 -
CMYK 0 0.45 0.36 0.27
HSL 348.57º 0.38% 0.57% -
HSV(B) 348.57º 0.45% 0.73% -
XYZ 28.67 21.6 20.11 -
YUV 129.94 121.83 168.7 -
System Red Green Blue C M Y K H S L
Decimal 187 103 119 0 0.45 0.36 0.27 348.57 0.38 0.57
Hex BB 67 77 0 2D 24 1B 15D 26 39
Octal 273 147 167 0 55 44 33 535 46 71
Binary 10111011 1100111 1110111 0 101101 100100 11011 101011101 100110 111001

Color Harmonies of #BB6777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6777

Black with #BB6777

Text Example


Text Example

White with #BB6777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6777; }

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

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

background-color css

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

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

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

border-color css

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

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

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