#BB146C

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

Shades of Jazzberry Jam #BB146C

Tints of Jazzberry Jam #BB146C

Color information

#BB146C (or 0xBB146C) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 14 and 6C. RGB value is (187,20,108). Sum of RGB (Red+Green+Blue) = 187+20+108=315 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.37% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 187 - color contains mainly: red. Hex color #BB146C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB146C is #44EB93. Grayscale: #4F4F4F. Windows color (decimal): -4516756 or 7083195. OLE color: 7083195.

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

Color convert

RGB18720108-
CMYK00.890.420.27
HSL328.38º80.68%40.59%-
HSV(B)328.38º89.3%73.33%-
XYZ23.4512.1515.3-
YUV79.96143.83204.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 59.37%
GREEN value IS 20 (8.20% from 255) = 6.35%
BLUE value IS 108 (42.58% from 255) = 34.29%
R=59.37%
G=6.35%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1872010800.890.420.27328.3880.6840.59
HexBB146C0592A1B1485129
Octal273241540131523351012151
Binary1011101110100110110001011001101010110111010010001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB146C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB146C; }

 p { color: rgb(187,20,108); }

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

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

 a { background-color: rgb(187,20,108); }

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

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

 span { border-color: rgb(187,20,108); }

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