#BB005D

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

Shades of Jazzberry Jam #BB005D

Tints of Jazzberry Jam #BB005D

Color information

#BB005D (or 0xBB005D) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 00 and 5D. RGB value is (187,0,93). Sum of RGB (Red+Green+Blue) = 187+0+93=280 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.79% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 187 - color contains mainly: red. Hex color #BB005D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB005D is #44FFA2. Grayscale: #424242. Windows color (decimal): -4521891 or 6095035. OLE color: 6095035.

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

Color convert

RGB187093-
CMYK010.500.27
HSL330.16º100%36.67%-
HSV(B)330.16º100%73.33%-
XYZ22.4711.3611.36-
YUV66.52142.95213.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 66.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 93 (36.72% from 255) = 33.21%
R=66.79%
G=0%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187093010.500.27330.1610036.67
HexBB05D064321B14a6425
Octal27301350144623351214445
Binary101110110101110101100100110010110111010010101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB005D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB005D; }

 p { color: rgb(187,0,93); }

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

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

 a { background-color: rgb(187,0,93); }

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

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

 span { border-color: rgb(187,0,93); }

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