Html Css Color HEX #BB0E64 Jazzberry Jam

📋 copy color: '#BB0E64'

red 187 ◦ green 14 ◦ blue 100

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

Shades of Jazzberry Jam #BB0E64

Tints of Jazzberry Jam #BB0E64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.22%

R = 62.13%
G = 4.65%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB0E64 (or 0xBB0E64) is known color: Jazzberry Jam. HEX triplet: BB, 0E and 64. RGB value is (187,14,100). Sum of RGB (Red+Green+Blue) = 187+14+100=301 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.13% from 301); Green value is 14 (5.86% from 255 or 4.65% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0E64 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0E64 is #44F19B. Grayscale: #4B4B4B. Windows color (decimal): -4518300 or 6557371. OLE color: 6557371.

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

Color convert

RGB 187 14 100 -
CMYK 0 0.93 0.47 0.27
HSL 330.17º 0.86% 0.39% -
HSV(B) 330.17º 0.93% 0.73% -
XYZ 22.95 11.8 13.12 -
YUV 75.53 141.81 207.51 -
System Red Green Blue C M Y K H S L
Decimal 187 14 100 0 0.93 0.47 0.27 330.17 0.86 0.39
Hex BB E 64 0 5D 2F 1B 14A 56 27
Octal 273 16 144 0 135 57 33 512 126 47
Binary 10111011 1110 1100100 0 1011101 101111 11011 101001010 1010110 100111

Color Harmonies of #BB0E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0E64

Black with #BB0E64

Text Example


Text Example

White with #BB0E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0E64; }

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

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

background-color css

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

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

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

border-color css

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

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

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