#BB2267

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

Shades of Jazzberry Jam #BB2267

Tints of Jazzberry Jam #BB2267

Color information

#BB2267 (or 0xBB2267) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 22 and 67. RGB value is (187,34,103). Sum of RGB (Red+Green+Blue) = 187+34+103=324 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.72% from 324); Green value is 34 (13.67% from 255 or 10.49% from 324); Blue value is 103 (40.62% from 255 or 31.79% from 324); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2267 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2267 is #44DD98. Grayscale: #575757. Windows color (decimal): -4513177 or 6759099. OLE color: 6759099.

HSL color Cylindrical-coordinate representation of color #BB2267: hue angle of 332.94º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB2267 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB18734103-
CMYK00.820.450.27
HSL332.94º69.23%43.33%-
HSV(B)332.94º81.82%73.33%-
XYZ23.5112.6914.04-
YUV87.61136.69198.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.72%
GREEN value IS 34 (13.67% from 255) = 10.49%
BLUE value IS 103 (40.62% from 255) = 31.79%
R=57.72%
G=10.49%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1873410300.820.450.27332.9469.2343.33
HexBB22670522D1B14d452b
Octal273421470122553351510553
Binary10111011100010110011101010010101101110111010011011000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2267; }

 p { color: rgb(187,34,103); }

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

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

 a { background-color: rgb(187,34,103); }

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

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

 span { border-color: rgb(187,34,103); }

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