#BB1A6A

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

Shades of Jazzberry Jam #BB1A6A

Tints of Jazzberry Jam #BB1A6A

Color information

#BB1A6A (or 0xBB1A6A) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 1A and 6A. RGB value is (187,26,106). Sum of RGB (Red+Green+Blue) = 187+26+106=319 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.62% from 319); Green value is 26 (10.55% from 255 or 8.15% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1A6A is #44E595. Grayscale: #535353. Windows color (decimal): -4515222 or 6953659. OLE color: 6953659.

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

Color convert

RGB18726106-
CMYK00.860.430.27
HSL330.19º75.59%41.76%-
HSV(B)330.19º86.1%73.33%-
XYZ23.4612.3414.78-
YUV83.26140.84202-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 58.62%
GREEN value IS 26 (10.55% from 255) = 8.15%
BLUE value IS 106 (41.80% from 255) = 33.23%
R=58.62%
G=8.15%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1872610600.860.430.27330.1975.5941.76
HexBB1A6A0562B1B14a4c2a
Octal273321520126533351211452
Binary1011101111010110101001010110101011110111010010101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1A6A; }

 p { color: rgb(187,26,106); }

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

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

 a { background-color: rgb(187,26,106); }

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

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

 span { border-color: rgb(187,26,106); }

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