#BB1264

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

Shades of Jazzberry Jam #BB1264

Tints of Jazzberry Jam #BB1264

Color information

#BB1264 (or 0xBB1264) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 12 and 64. RGB value is (187,18,100). Sum of RGB (Red+Green+Blue) = 187+18+100=305 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.31% from 305); Green value is 18 (7.42% from 255 or 5.90% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1264 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1264 is #44ED9B. Grayscale: #4D4D4D. Windows color (decimal): -4517276 or 6558395. OLE color: 6558395.

HSL color Cylindrical-coordinate representation of color #BB1264: hue angle of 330.89º 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 #BB1264 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB18718100-
CMYK00.900.470.27
HSL330.89º82.44%40.2%-
HSV(B)330.89º90.37%73.33%-
XYZ23.0111.9213.14-
YUV77.88140.49205.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.31%
GREEN value IS 18 (7.42% from 255) = 5.90%
BLUE value IS 100 (39.45% from 255) = 32.79%
R=61.31%
G=5.90%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871810000.900.470.27330.8982.4440.2
HexBB126405A2F1B14b5228
Octal273221440132573351312250
Binary1011101110010110010001011010101111110111010010111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1264; }

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

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

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

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

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

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

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

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