#BB076A

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

Shades of Jazzberry Jam #BB076A

Tints of Jazzberry Jam #BB076A

Color information

#BB076A (or 0xBB076A) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 07 and 6A. RGB value is (187,7,106). Sum of RGB (Red+Green+Blue) = 187+7+106=300 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.33% from 300); Green value is 7 (3.12% from 255 or 2.33% from 300); Blue value is 106 (41.80% from 255 or 35.33% from 300); Max value from RGB is 187 - color contains mainly: red. Hex color #BB076A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB076A is #44F895. Grayscale: #474747. Windows color (decimal): -4520086 or 6948795. OLE color: 6948795.

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

Color convert

RGB1877106-
CMYK00.960.430.27
HSL327º92.78%38.04%-
HSV(B)327º96.26%73.33%-
XYZ23.1711.7614.68-
YUV72.11147.13209.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 62.33%
GREEN value IS 7 (3.12% from 255) = 2.33%
BLUE value IS 106 (41.80% from 255) = 35.33%
R=62.33%
G=2.33%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187710600.960.430.2732792.7838.04
HexBB76A0602B1B1475d26
Octal27371520140533350713546
Binary10111011111110101001100000101011110111010001111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB076A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB076A; }

 p { color: rgb(187,7,106); }

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

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

 a { background-color: rgb(187,7,106); }

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

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

 span { border-color: rgb(187,7,106); }

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