#BB036D

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

Shades of Jazzberry Jam #BB036D

Tints of Jazzberry Jam #BB036D

Color information

#BB036D (or 0xBB036D) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 03 and 6D. RGB value is (187,3,109). Sum of RGB (Red+Green+Blue) = 187+3+109=299 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.54% from 299); Green value is 3 (1.56% from 255 or 1.00% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 187 - color contains mainly: red. Hex color #BB036D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB036D is #44FC92. Grayscale: #454545. Windows color (decimal): -4521107 or 7144379. OLE color: 7144379.

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

Color convert

RGB1873109-
CMYK00.980.420.27
HSL325.43º96.84%37.25%-
HSV(B)325.43º98.4%73.33%-
XYZ23.2911.7315.51-
YUV70.1149.96211.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 62.54%
GREEN value IS 3 (1.56% from 255) = 1.00%
BLUE value IS 109 (42.97% from 255) = 36.45%
R=62.54%
G=1.00%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187310900.980.420.27325.4396.8437.25
HexBB36D0622A1B1456125
Octal27331550142523350514145
Binary1011101111110110101100010101010110111010001011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB036D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB036D; }

 p { color: rgb(187,3,109); }

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

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

 a { background-color: rgb(187,3,109); }

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

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

 span { border-color: rgb(187,3,109); }

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