#BB1867

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

Shades of Jazzberry Jam #BB1867

Tints of Jazzberry Jam #BB1867

Color information

#BB1867 (or 0xBB1867) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 18 and 67. RGB value is (187,24,103). Sum of RGB (Red+Green+Blue) = 187+24+103=314 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.55% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1867 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1867 is #44E798. Grayscale: #515151. Windows color (decimal): -4515737 or 6756539. OLE color: 6756539.

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

Color convert

RGB18724103-
CMYK00.870.450.27
HSL330.92º77.25%41.37%-
HSV(B)330.92º87.17%73.33%-
XYZ23.2712.213.96-
YUV81.74140203.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 59.55%
GREEN value IS 24 (9.77% from 255) = 7.64%
BLUE value IS 103 (40.62% from 255) = 32.80%
R=59.55%
G=7.64%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1872410300.870.450.27330.9277.2541.37
HexBB18670572D1B14b4d29
Octal273301470127553351311551
Binary1011101111000110011101010111101101110111010010111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1867; }

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

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

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

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

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

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

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

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