#BB1167

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

Shades of Jazzberry Jam #BB1167

Tints of Jazzberry Jam #BB1167

Color information

#BB1167 (or 0xBB1167) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 11 and 67. RGB value is (187,17,103). Sum of RGB (Red+Green+Blue) = 187+17+103=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 103 (40.62% from 255 or 33.55% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1167 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1167 is #44EE98. Grayscale: #4D4D4D. Windows color (decimal): -4517529 or 6754747. OLE color: 6754747.

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

Color convert

RGB18717103-
CMYK00.910.450.27
HSL329.65º83.33%40%-
HSV(B)329.65º90.91%73.33%-
XYZ23.1411.9413.92-
YUV77.63142.32206.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.91%
GREEN value IS 17 (7.03% from 255) = 5.54%
BLUE value IS 103 (40.62% from 255) = 33.55%
R=60.91%
G=5.54%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871710300.910.450.27329.6583.3340
HexBB116705B2D1B14a5328
Octal273211470133553351212350
Binary1011101110001110011101011011101101110111010010101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1167; }

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

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

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

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

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

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

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

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