#B02166

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

Shades of Jazzberry Jam #B02166

Tints of Jazzberry Jam #B02166

Color information

#B02166 (or 0xB02166) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 21 and 66. RGB value is (176,33,102). Sum of RGB (Red+Green+Blue) = 176+33+102=311 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.59% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 176 - color contains mainly: red. Hex color #B02166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02166 is #4FDE99. Grayscale: #535353. Windows color (decimal): -5234330 or 6693296. OLE color: 6693296.

HSL color Cylindrical-coordinate representation of color #B02166: hue angle of 331.05º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B02166 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB17633102-
CMYK00.810.420.31
HSL331.05º68.42%40.98%-
HSV(B)331.05º81.25%69.02%-
XYZ20.8511.2813.65-
YUV83.62138.38193.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.59%
GREEN value IS 33 (13.28% from 255) = 10.61%
BLUE value IS 102 (40.23% from 255) = 32.80%
R=56.59%
G=10.61%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1763310200.810.420.31331.0568.4240.98
HexB021660512A1F14b4429
Octal260411460121523751310451
Binary10110000100001110011001010001101010111111010010111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02166; }

 p { color: rgb(176,33,102); }

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

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

 a { background-color: rgb(176,33,102); }

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

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

 span { border-color: rgb(176,33,102); }

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