#B02165

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

Shades of Jazzberry Jam #B02165

Tints of Jazzberry Jam #B02165

Color information

#B02165 (or 0xB02165) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 21 and 65. RGB value is (176,33,101). Sum of RGB (Red+Green+Blue) = 176+33+101=310 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.77% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 176 - color contains mainly: red. Hex color #B02165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02165 is #4FDE9A. Grayscale: #535353. Windows color (decimal): -5234331 or 6627760. OLE color: 6627760.

HSL color Cylindrical-coordinate representation of color #B02165: hue angle of 331.47º 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 #B02165 is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB17633101-
CMYK00.810.430.31
HSL331.47º68.42%40.98%-
HSV(B)331.47º81.25%69.02%-
XYZ20.811.2613.39-
YUV83.51137.88193.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.77%
GREEN value IS 33 (13.28% from 255) = 10.65%
BLUE value IS 101 (39.84% from 255) = 32.58%
R=56.77%
G=10.65%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1763310100.810.430.31331.4768.4240.98
HexB021650512B1F14b4429
Octal260411450121533751310451
Binary10110000100001110010101010001101011111111010010111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02165; }

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

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

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

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

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

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

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

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