#BB0C58

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

Shades of Jazzberry Jam #BB0C58

Tints of Jazzberry Jam #BB0C58

Color information

#BB0C58 (or 0xBB0C58) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 0C and 58. RGB value is (187,12,88). Sum of RGB (Red+Green+Blue) = 187+12+88=287 (38% of max value = 765). Red value is 187 (73.44% from 255 or 65.16% from 287); Green value is 12 (5.08% from 255 or 4.18% from 287); Blue value is 88 (34.77% from 255 or 30.66% from 287); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0C58 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0C58 is #44F3A7. Grayscale: #484848. Windows color (decimal): -4518824 or 5770427. OLE color: 5770427.

HSL color Cylindrical-coordinate representation of color #BB0C58: hue angle of 333.94º degrees, saturation: 0.88, 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 #BB0C58 is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB1871288-
CMYK00.940.530.27
HSL333.94º87.94%39.02%-
HSV(B)333.94º93.58%73.33%-
XYZ22.3911.5310.28-
YUV72.99136.48209.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 65.16%
GREEN value IS 12 (5.08% from 255) = 4.18%
BLUE value IS 88 (34.77% from 255) = 30.66%
R=65.16%
G=4.18%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187128800.940.530.27333.9487.9439.02
HexBBC5805E351B14e5827
Octal273141300136653351613047
Binary101110111100101100001011110110101110111010011101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0C58; }

 p { color: rgb(187,12,88); }

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

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

 a { background-color: rgb(187,12,88); }

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

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

 span { border-color: rgb(187,12,88); }

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