#BB126A

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

Shades of Jazzberry Jam #BB126A

Tints of Jazzberry Jam #BB126A

Color information

#BB126A (or 0xBB126A) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 12 and 6A. RGB value is (187,18,106). Sum of RGB (Red+Green+Blue) = 187+18+106=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB126A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB126A is #44ED95. Grayscale: #4E4E4E. Windows color (decimal): -4517270 or 6951611. OLE color: 6951611.

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

Color convert

RGB18718106-
CMYK00.900.430.27
HSL328.76º82.44%40.2%-
HSV(B)328.76º90.37%73.33%-
XYZ23.3112.0414.73-
YUV78.56143.49205.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.13%
GREEN value IS 18 (7.42% from 255) = 5.79%
BLUE value IS 106 (41.80% from 255) = 34.08%
R=60.13%
G=5.79%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871810600.900.430.27328.7682.4440.2
HexBB126A05A2B1B1495228
Octal273221520132533351112250
Binary1011101110010110101001011010101011110111010010011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB126A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB126A; }

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

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

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

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

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

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

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

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