#BB2268

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

Shades of Jazzberry Jam #BB2268

Tints of Jazzberry Jam #BB2268

Color information

#BB2268 (or 0xBB2268) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 22 and 68. RGB value is (187,34,104). Sum of RGB (Red+Green+Blue) = 187+34+104=325 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.54% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2268 is #44DD97. Grayscale: #575757. Windows color (decimal): -4513176 or 6824635. OLE color: 6824635.

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

Color convert

RGB18734104-
CMYK00.820.440.27
HSL332.55º69.23%43.33%-
HSV(B)332.55º81.82%73.33%-
XYZ23.5612.7114.31-
YUV87.73137.19198.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.54%
GREEN value IS 34 (13.67% from 255) = 10.46%
BLUE value IS 104 (41.02% from 255) = 32%
R=57.54%
G=10.46%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1873410400.820.440.27332.5569.2343.33
HexBB22680522C1B14d452b
Octal273421500122543351510553
Binary10111011100010110100001010010101100110111010011011000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2268; }

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

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

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

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

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

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

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

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