Html Css Color HEX #BB0964 Jazzberry Jam

📋 copy color: '#BB0964'

red 187 ◦ green 9 ◦ blue 100

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

Shades of Jazzberry Jam #BB0964

Tints of Jazzberry Jam #BB0964

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.04%

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

R = 63.18%
G = 3.04%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB0964 (or 0xBB0964) is known color: Jazzberry Jam. HEX triplet: BB, 09 and 64. RGB value is (187,9,100). Sum of RGB (Red+Green+Blue) = 187+9+100=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0964 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0964 is #44F69B. Grayscale: #484848. Windows color (decimal): -4519580 or 6556091. OLE color: 6556091.

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

Color convert

RGB 187 9 100 -
CMYK 0 0.95 0.47 0.27
HSL 329.33º 0.91% 0.38% -
HSV(B) 329.33º 0.95% 0.73% -
XYZ 22.89 11.68 13.1 -
YUV 72.6 143.47 209.6 -
System Red Green Blue C M Y K H S L
Decimal 187 9 100 0 0.95 0.47 0.27 329.33 0.91 0.38
Hex BB 9 64 0 5F 2F 1B 149 5B 26
Octal 273 11 144 0 137 57 33 511 133 46
Binary 10111011 1001 1100100 0 1011111 101111 11011 101001001 1011011 100110

Color Harmonies of #BB0964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0964

Black with #BB0964

Text Example


Text Example

White with #BB0964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0964; }

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

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

background-color css

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

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

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

border-color css

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

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

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