#B5106C

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

Shades of Jazzberry Jam #B5106C

Tints of Jazzberry Jam #B5106C

Color information

#B5106C (or 0xB5106C) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 10 and 6C. RGB value is (181,16,108). Sum of RGB (Red+Green+Blue) = 181+16+108=305 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.34% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 181 - color contains mainly: red. Hex color #B5106C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5106C is #4AEF93. Grayscale: #4B4B4B. Windows color (decimal): -4910996 or 7082165. OLE color: 7082165.

HSL color Cylindrical-coordinate representation of color #B5106C: hue angle of 326.55º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B5106C is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB18116108-
CMYK00.910.400.29
HSL326.55º83.76%38.63%-
HSV(B)326.55º91.16%70.98%-
XYZ21.9511.2815.21-
YUV75.82146.16203.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.34%
GREEN value IS 16 (6.64% from 255) = 5.25%
BLUE value IS 108 (42.58% from 255) = 35.41%
R=59.34%
G=5.25%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811610800.910.400.29326.5583.7638.63
HexB5106C05B281D1475427
Octal265201540133503550712447
Binary1011010110000110110001011011101000111011010001111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5106C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5106C; }

 p { color: rgb(181,16,108); }

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

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

 a { background-color: rgb(181,16,108); }

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

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

 span { border-color: rgb(181,16,108); }

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