Html Css Color HEX #BB1464 Jazzberry Jam

📋 copy color: '#BB1464'

red 187 ◦ green 20 ◦ blue 100

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

Shades of Jazzberry Jam #BB1464

Tints of Jazzberry Jam #BB1464

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.51%

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

R = 60.91%
G = 6.51%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB1464 (or 0xBB1464) is known color: Jazzberry Jam. HEX triplet: BB, 14 and 64. RGB value is (187,20,100). Sum of RGB (Red+Green+Blue) = 187+20+100=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1464 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1464 is #44EB9B. Grayscale: #4E4E4E. Windows color (decimal): -4516764 or 6558907. OLE color: 6558907.

HSL color Cylindrical-coordinate representation of color #BB1464: hue angle of 331.26º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB1464 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 20 100 -
CMYK 0 0.89 0.47 0.27
HSL 331.26º 0.81% 0.41% -
HSV(B) 331.26º 0.89% 0.73% -
XYZ 23.04 11.99 13.16 -
YUV 79.05 139.83 205 -
System Red Green Blue C M Y K H S L
Decimal 187 20 100 0 0.89 0.47 0.27 331.26 0.81 0.41
Hex BB 14 64 0 59 2F 1B 14B 51 29
Octal 273 24 144 0 131 57 33 513 121 51
Binary 10111011 10100 1100100 0 1011001 101111 11011 101001011 1010001 101001

Color Harmonies of #BB1464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1464

Black with #BB1464

Text Example


Text Example

White with #BB1464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1464; }

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

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

background-color css

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

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

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

border-color css

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

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

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