#BB066E

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

Shades of Jazzberry Jam #BB066E

Tints of Jazzberry Jam #BB066E

Color information

#BB066E (or 0xBB066E) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 06 and 6E. RGB value is (187,6,110). Sum of RGB (Red+Green+Blue) = 187+6+110=303 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.72% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 187 - color contains mainly: red. Hex color #BB066E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB066E is #44F991. Grayscale: #474747. Windows color (decimal): -4520338 or 7210683. OLE color: 7210683.

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

Color convert

RGB1876110-
CMYK00.970.410.27
HSL325.52º93.78%37.84%-
HSV(B)325.52º96.79%73.33%-
XYZ23.3711.8215.8-
YUV71.97149.47210.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.72%
GREEN value IS 6 (2.73% from 255) = 1.98%
BLUE value IS 110 (43.36% from 255) = 36.30%
R=61.72%
G=1.98%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187611000.970.410.27325.5293.7837.84
HexBB66E061291B1465e26
Octal27361560141513350613646
Binary10111011110110111001100001101001110111010001101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB066E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB066E; }

 p { color: rgb(187,6,110); }

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

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

 a { background-color: rgb(187,6,110); }

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

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

 span { border-color: rgb(187,6,110); }

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