#BB0B53

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

Shades of Jazzberry Jam #BB0B53

Tints of Jazzberry Jam #BB0B53

Color information

#BB0B53 (or 0xBB0B53) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 0B and 53. RGB value is (187,11,83). Sum of RGB (Red+Green+Blue) = 187+11+83=281 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.55% from 281); Green value is 11 (4.69% from 255 or 3.91% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0B53 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0B53 is #44F4AC. Grayscale: #474747. Windows color (decimal): -4519085 or 5442491. OLE color: 5442491.

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

Color convert

RGB1871183-
CMYK00.940.560.27
HSL335.45º88.89%38.82%-
HSV(B)335.45º94.12%73.33%-
XYZ22.1711.439.22-
YUV71.83134.31210.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 66.55%
GREEN value IS 11 (4.69% from 255) = 3.91%
BLUE value IS 83 (32.81% from 255) = 29.54%
R=66.55%
G=3.91%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187118300.940.560.27335.4588.8938.82
HexBBB5305E381B14f5927
Octal273131230136703351713147
Binary101110111011101001101011110111000110111010011111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0B53; }

 p { color: rgb(187,11,83); }

 H1.HeaderClassName
 {
   color: #BB0B53;
 }
 .AnyTagClassName
 {
   color: #BB0B53;
 }
</style>
background-color css

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

 a { background-color: rgb(187,11,83); }

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

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

 span { border-color: rgb(187,11,83); }

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