#BB0265

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

Shades of Jazzberry Jam #BB0265

Tints of Jazzberry Jam #BB0265

Color information

#BB0265 (or 0xBB0265) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 02 and 65. RGB value is (187,2,101). Sum of RGB (Red+Green+Blue) = 187+2+101=290 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.48% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0265 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0265 is #44FD9A. Grayscale: #444444. Windows color (decimal): -4521371 or 6619835. OLE color: 6619835.

HSL color Cylindrical-coordinate representation of color #BB0265: hue angle of 327.89º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB0265 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB1872101-
CMYK00.990.460.27
HSL327.89º97.88%37.06%-
HSV(B)327.89º98.93%73.33%-
XYZ22.8611.5513.34-
YUV68.6146.29212.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 64.48%
GREEN value IS 2 (1.17% from 255) = 0.69%
BLUE value IS 101 (39.84% from 255) = 34.83%
R=64.48%
G=0.69%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187210100.990.460.27327.8997.8837.06
HexBB2650632E1B1486225
Octal27321450143563351014245
Binary1011101110110010101100011101110110111010010001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0265; }

 p { color: rgb(187,2,101); }

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

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

 a { background-color: rgb(187,2,101); }

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

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

 span { border-color: rgb(187,2,101); }

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