Html Css Color HEX #BB0963 Jazzberry Jam

📋 copy color: '#BB0963'

red 187 ◦ green 9 ◦ blue 99

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

Shades of Jazzberry Jam #BB0963

Tints of Jazzberry Jam #BB0963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.56%

R = 63.39%
G = 3.05%
B = 33.56%

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

#BB0963 (or 0xBB0963) is known color: Jazzberry Jam. HEX triplet: BB, 09 and 63. RGB value is (187,9,99). Sum of RGB (Red+Green+Blue) = 187+9+99=295 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.39% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0963 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0963 is #44F69C. Grayscale: #484848. Windows color (decimal): -4519581 or 6490555. OLE color: 6490555.

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

Color convert

RGB 187 9 99 -
CMYK 0 0.95 0.47 0.27
HSL 329.66º 0.91% 0.38% -
HSV(B) 329.66º 0.95% 0.73% -
XYZ 22.84 11.66 12.85 -
YUV 72.48 142.97 209.68 -
System Red Green Blue C M Y K H S L
Decimal 187 9 99 0 0.95 0.47 0.27 329.66 0.91 0.38
Hex BB 9 63 0 5F 2F 1B 14A 5B 26
Octal 273 11 143 0 137 57 33 512 133 46
Binary 10111011 1001 1100011 0 1011111 101111 11011 101001010 1011011 100110

Color Harmonies of #BB0963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0963

Black with #BB0963

Text Example


Text Example

White with #BB0963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0963; }

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

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

background-color css

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

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

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

border-color css

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

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

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