#BB0264

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

Shades of Jazzberry Jam #BB0264

Tints of Jazzberry Jam #BB0264

Color information

#BB0264 (or 0xBB0264) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 02 and 64. RGB value is (187,2,100). Sum of RGB (Red+Green+Blue) = 187+2+100=289 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.71% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0264 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0264 is #44FD9B. Grayscale: #444444. Windows color (decimal): -4521372 or 6554299. OLE color: 6554299.

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

Color convert

RGB1872100-
CMYK00.990.470.27
HSL328.22º97.88%37.06%-
HSV(B)328.22º98.93%73.33%-
XYZ22.8211.5313.08-
YUV68.49145.79212.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 64.71%
GREEN value IS 2 (1.17% from 255) = 0.69%
BLUE value IS 100 (39.45% from 255) = 34.60%
R=64.71%
G=0.69%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187210000.990.470.27328.2297.8837.06
HexBB2640632F1B1486225
Octal27321440143573351014245
Binary1011101110110010001100011101111110111010010001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0264; }

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

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

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

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

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

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

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

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