Html Css Color HEX #BB607D Tapestry

📋 copy color: '#BB607D'

red 187 ◦ green 96 ◦ blue 125

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

Shades of Tapestry #BB607D

Tints of Tapestry #BB607D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.64%

R = 45.83%
G = 23.53%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BB607D (or 0xBB607D) is known color: Tapestry. HEX triplet: BB, 60 and 7D. RGB value is (187,96,125). Sum of RGB (Red+Green+Blue) = 187+96+125=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 96 (37.89% from 255 or 23.53% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB607D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB607D is #449F82. Grayscale: #7E7E7E. Windows color (decimal): -4497283 or 8216763. OLE color: 8216763.

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

Color convert

RGB 187 96 125 -
CMYK 0 0.49 0.33 0.27
HSL 340.88º 0.4% 0.55% -
HSV(B) 340.88º 0.49% 0.73% -
XYZ 28.38 20.41 21.85 -
YUV 126.52 127.15 171.14 -
System Red Green Blue C M Y K H S L
Decimal 187 96 125 0 0.49 0.33 0.27 340.88 0.4 0.55
Hex BB 60 7D 0 31 21 1B 155 28 37
Octal 273 140 175 0 61 41 33 525 50 67
Binary 10111011 1100000 1111101 0 110001 100001 11011 101010101 101000 110111

Color Harmonies of #BB607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB607D

Black with #BB607D

Text Example


Text Example

White with #BB607D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB607D; }

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

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

background-color css

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

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

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

border-color css

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

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

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