#BB0153

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

Shades of Jazzberry Jam #BB0153

Tints of Jazzberry Jam #BB0153

Color information

#BB0153 (or 0xBB0153) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 01 and 53. RGB value is (187,1,83). Sum of RGB (Red+Green+Blue) = 187+1+83=271 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.00% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 83 (32.81% from 255 or 30.63% from 271); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0153 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0153 is #44FEAC. Grayscale: #414141. Windows color (decimal): -4521645 or 5439931. OLE color: 5439931.

HSL color Cylindrical-coordinate representation of color #BB0153: hue angle of 333.55º degrees, saturation: 0.99, 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 #BB0153 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB187183-
CMYK00.990.560.27
HSL333.55º98.94%36.86%-
HSV(B)333.55º99.47%73.33%-
XYZ22.0711.219.18-
YUV65.96137.62214.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 69.00%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 83 (32.81% from 255) = 30.63%
R=69.00%
G=0.37%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718300.990.560.27333.5598.9436.86
HexBB153063381B14e6325
Octal27311230143703351614345
Binary101110111101001101100011111000110111010011101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0153; }

 p { color: rgb(187,1,83); }

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

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

 a { background-color: rgb(187,1,83); }

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

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

 span { border-color: rgb(187,1,83); }

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