#B51266

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

Shades of Jazzberry Jam #B51266

Tints of Jazzberry Jam #B51266

Color information

#B51266 (or 0xB51266) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 12 and 66. RGB value is (181,18,102). Sum of RGB (Red+Green+Blue) = 181+18+102=301 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.13% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 102 (40.23% from 255 or 33.89% from 301); Max value from RGB is 181 - color contains mainly: red. Hex color #B51266 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51266 is #4AED99. Grayscale: #4C4C4C. Windows color (decimal): -4910490 or 6689461. OLE color: 6689461.

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

Color convert

RGB18118102-
CMYK00.900.440.29
HSL329.08º81.91%39.02%-
HSV(B)329.08º90.06%70.98%-
XYZ21.6711.2213.59-
YUV76.31142.5202.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 60.13%
GREEN value IS 18 (7.42% from 255) = 5.98%
BLUE value IS 102 (40.23% from 255) = 33.89%
R=60.13%
G=5.98%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811810200.900.440.29329.0881.9139.02
HexB5126605A2C1D1495227
Octal265221460132543551112247
Binary1011010110010110011001011010101100111011010010011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51266; }

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

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

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

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

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

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

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

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