Html Css Color HEX #BB607C Tapestry

📋 copy color: '#BB607C'

red 187 ◦ green 96 ◦ blue 124

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

Shades of Tapestry #BB607C

Tints of Tapestry #BB607C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.59%

 BLUE value IS 124 (48.83% from 255) = 30.47%

R = 45.95%
G = 23.59%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB607C (or 0xBB607C) is known color: Tapestry. HEX triplet: BB, 60 and 7C. RGB value is (187,96,124). Sum of RGB (Red+Green+Blue) = 187+96+124=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB607C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB607C is #449F83. Grayscale: #7E7E7E. Windows color (decimal): -4497284 or 8151227. OLE color: 8151227.

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

Color convert

RGB 187 96 124 -
CMYK 0 0.49 0.34 0.27
HSL 341.54º 0.4% 0.55% -
HSV(B) 341.54º 0.49% 0.73% -
XYZ 28.31 20.39 21.51 -
YUV 126.4 126.65 171.22 -
System Red Green Blue C M Y K H S L
Decimal 187 96 124 0 0.49 0.34 0.27 341.54 0.4 0.55
Hex BB 60 7C 0 31 22 1B 156 28 37
Octal 273 140 174 0 61 42 33 526 50 67
Binary 10111011 1100000 1111100 0 110001 100010 11011 101010110 101000 110111

Color Harmonies of #BB607C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB607C

Black with #BB607C

Text Example


Text Example

White with #BB607C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB607C; }

 p { color: rgb(187,96,124); }

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

background-color css

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

 a { background-color: rgb(187,96,124); }

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

border-color css

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

 span { border-color: rgb(187,96,124); }

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