#BB0258

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

Shades of Jazzberry Jam #BB0258

Tints of Jazzberry Jam #BB0258

Color information

#BB0258 (or 0xBB0258) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 02 and 58. RGB value is (187,2,88). Sum of RGB (Red+Green+Blue) = 187+2+88=277 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.51% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 88 (34.77% from 255 or 31.77% from 277); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0258 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0258 is #44FDA7. Grayscale: #424242. Windows color (decimal): -4521384 or 5767867. OLE color: 5767867.

HSL color Cylindrical-coordinate representation of color #BB0258: hue angle of 332.11º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB0258 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB187288-
CMYK00.990.530.27
HSL332.11º97.88%37.06%-
HSV(B)332.11º98.93%73.33%-
XYZ22.2811.3110.24-
YUV67.12139.79213.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 67.51%
GREEN value IS 2 (1.17% from 255) = 0.72%
BLUE value IS 88 (34.77% from 255) = 31.77%
R=67.51%
G=0.72%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18728800.990.530.27332.1197.8837.06
HexBB258063351B14c6225
Octal27321300143653351414245
Binary1011101110101100001100011110101110111010011001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0258; }

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

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

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

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

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

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

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

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