Html Css Color HEX #BB0960 Jazzberry Jam

📋 copy color: '#BB0960'

red 187 ◦ green 9 ◦ blue 96

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

Shades of Jazzberry Jam #BB0960

Tints of Jazzberry Jam #BB0960

RGB

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

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

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

R = 64.04%
G = 3.08%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BB0960 (or 0xBB0960) is known color: Jazzberry Jam. HEX triplet: BB, 09 and 60. RGB value is (187,9,96). Sum of RGB (Red+Green+Blue) = 187+9+96=292 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.04% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0960 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0960 is #44F69F. Grayscale: #474747. Windows color (decimal): -4519584 or 6293947. OLE color: 6293947.

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

Color convert

RGB 187 9 96 -
CMYK 0 0.95 0.49 0.27
HSL 330.67º 0.91% 0.38% -
HSV(B) 330.67º 0.95% 0.73% -
XYZ 22.7 11.6 12.11 -
YUV 72.14 141.47 209.93 -
System Red Green Blue C M Y K H S L
Decimal 187 9 96 0 0.95 0.49 0.27 330.67 0.91 0.38
Hex BB 9 60 0 5F 31 1B 14B 5B 26
Octal 273 11 140 0 137 61 33 513 133 46
Binary 10111011 1001 1100000 0 1011111 110001 11011 101001011 1011011 100110

Color Harmonies of #BB0960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0960

Black with #BB0960

Text Example


Text Example

White with #BB0960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0960; }

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

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

background-color css

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

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

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

border-color css

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

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

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