Html Css Color HEX #BB1E60 Jazzberry Jam

📋 copy color: '#BB1E60'

red 187 ◦ green 30 ◦ blue 96

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

Shades of Jazzberry Jam #BB1E60

Tints of Jazzberry Jam #BB1E60

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.58%

 BLUE value IS 96 (37.89% from 255) = 30.67%

R = 59.74%
G = 9.58%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BB1E60 (or 0xBB1E60) is known color: Jazzberry Jam. HEX triplet: BB, 1E and 60. RGB value is (187,30,96). Sum of RGB (Red+Green+Blue) = 187+30+96=313 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.74% from 313); Green value is 30 (12.11% from 255 or 9.58% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1E60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1E60 is #44E19F. Grayscale: #545454. Windows color (decimal): -4514208 or 6299323. OLE color: 6299323.

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

Color convert

RGB 187 30 96 -
CMYK 0 0.84 0.49 0.27
HSL 334.78º 0.72% 0.43% -
HSV(B) 334.78º 0.84% 0.73% -
XYZ 23.07 12.34 12.23 -
YUV 84.47 134.51 201.13 -
System Red Green Blue C M Y K H S L
Decimal 187 30 96 0 0.84 0.49 0.27 334.78 0.72 0.43
Hex BB 1E 60 0 54 31 1B 14F 48 2B
Octal 273 36 140 0 124 61 33 517 110 53
Binary 10111011 11110 1100000 0 1010100 110001 11011 101001111 1001000 101011

Color Harmonies of #BB1E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1E60

Black with #BB1E60

Text Example


Text Example

White with #BB1E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1E60; }

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

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

background-color css

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

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

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

border-color css

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

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

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