#B52166

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

Shades of Jazzberry Jam #B52166

Tints of Jazzberry Jam #B52166

Color information

#B52166 (or 0xB52166) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 21 and 66. RGB value is (181,33,102). Sum of RGB (Red+Green+Blue) = 181+33+102=316 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.28% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 102 (40.23% from 255 or 32.28% from 316); Max value from RGB is 181 - color contains mainly: red. Hex color #B52166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52166 is #4ADE99. Grayscale: #545454. Windows color (decimal): -4906650 or 6693301. OLE color: 6693301.

HSL color Cylindrical-coordinate representation of color #B52166: hue angle of 332.03º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B52166 is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB18133102-
CMYK00.820.440.29
HSL332.03º69.16%41.96%-
HSV(B)332.03º81.77%70.98%-
XYZ2211.8713.7-
YUV85.12137.53196.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.28%
GREEN value IS 33 (13.28% from 255) = 10.44%
BLUE value IS 102 (40.23% from 255) = 32.28%
R=57.28%
G=10.44%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1813310200.820.440.29332.0369.1641.96
HexB521660522C1D14c452a
Octal265411460122543551410552
Binary10110101100001110011001010010101100111011010011001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52166; }

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

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

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

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

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

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

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

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