#BB0963

Color #BB0963 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #BB0963

Tints of Jazzberry Jam #BB0963

Color information

#BB0963 (or 0xBB0963) is unknown color: approx 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

RGB187999-
CMYK00.950.470.27
HSL329.66º90.82%38.43%-
HSV(B)329.66º95.19%73.33%-
XYZ22.8411.6612.85-
YUV72.48142.97209.68-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18799900.950.470.27329.6690.8238.43
HexBB96305F2F1B14a5b26
Octal273111430137573351213346
Binary101110111001110001101011111101111110111010010101011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>