Html Css Color HEX #BB0E62 Jazzberry Jam

📋 copy color: '#BB0E62'

red 187 ◦ green 14 ◦ blue 98

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

Shades of Jazzberry Jam #BB0E62

Tints of Jazzberry Jam #BB0E62

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.68%

 BLUE value IS 98 (38.67% from 255) = 32.78%

R = 62.54%
G = 4.68%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BB0E62 (or 0xBB0E62) is known color: Jazzberry Jam. HEX triplet: BB, 0E and 62. RGB value is (187,14,98). Sum of RGB (Red+Green+Blue) = 187+14+98=299 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.54% from 299); Green value is 14 (5.86% from 255 or 4.68% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0E62 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0E62 is #44F19D. Grayscale: #4B4B4B. Windows color (decimal): -4518302 or 6426299. OLE color: 6426299.

HSL color Cylindrical-coordinate representation of color #BB0E62: hue angle of 330.87º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB0E62 is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 14 98 -
CMYK 0 0.93 0.48 0.27
HSL 330.87º 0.86% 0.39% -
HSV(B) 330.87º 0.93% 0.73% -
XYZ 22.86 11.76 12.62 -
YUV 75.3 140.81 207.67 -
System Red Green Blue C M Y K H S L
Decimal 187 14 98 0 0.93 0.48 0.27 330.87 0.86 0.39
Hex BB E 62 0 5D 30 1B 14B 56 27
Octal 273 16 142 0 135 60 33 513 126 47
Binary 10111011 1110 1100010 0 1011101 110000 11011 101001011 1010110 100111

Color Harmonies of #BB0E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0E62

Black with #BB0E62

Text Example


Text Example

White with #BB0E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0E62; }

 p { color: rgb(187,14,98); }

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

background-color css

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

 a { background-color: rgb(187,14,98); }

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

border-color css

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

 span { border-color: rgb(187,14,98); }

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