#BB1258

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

Shades of Jazzberry Jam #BB1258

Tints of Jazzberry Jam #BB1258

Color information

#BB1258 (or 0xBB1258) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 12 and 58. RGB value is (187,18,88). Sum of RGB (Red+Green+Blue) = 187+18+88=293 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.82% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 88 (34.77% from 255 or 30.03% from 293); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1258 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1258 is #44EDA7. Grayscale: #4C4C4C. Windows color (decimal): -4517288 or 5771963. OLE color: 5771963.

HSL color Cylindrical-coordinate representation of color #BB1258: hue angle of 335.15º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB1258 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB1871888-
CMYK00.900.530.27
HSL335.15º82.44%40.2%-
HSV(B)335.15º90.37%73.33%-
XYZ22.4711.710.31-
YUV76.51134.49206.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 63.82%
GREEN value IS 18 (7.42% from 255) = 6.14%
BLUE value IS 88 (34.77% from 255) = 30.03%
R=63.82%
G=6.14%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187188800.900.530.27335.1582.4440.2
HexBB125805A351B14f5228
Octal273221300132653351712250
Binary1011101110010101100001011010110101110111010011111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1258; }

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

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

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

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

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

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

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

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