#B5156A

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

Shades of Jazzberry Jam #B5156A

Tints of Jazzberry Jam #B5156A

Color information

#B5156A (or 0xB5156A) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 15 and 6A. RGB value is (181,21,106). Sum of RGB (Red+Green+Blue) = 181+21+106=308 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.77% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 181 - color contains mainly: red. Hex color #B5156A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5156A is #4AEA95. Grayscale: #4E4E4E. Windows color (decimal): -4909718 or 6952373. OLE color: 6952373.

HSL color Cylindrical-coordinate representation of color #B5156A: hue angle of 328.12º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B5156A is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB18121106-
CMYK00.880.410.29
HSL328.12º79.21%39.61%-
HSV(B)328.12º88.4%70.98%-
XYZ21.9311.414.68-
YUV78.53143.51201.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.77%
GREEN value IS 21 (8.59% from 255) = 6.82%
BLUE value IS 106 (41.80% from 255) = 34.42%
R=58.77%
G=6.82%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1812110600.880.410.29328.1279.2139.61
HexB5156A058291D1484f28
Octal265251520130513551011750
Binary1011010110101110101001011000101001111011010010001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5156A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5156A; }

 p { color: rgb(181,21,106); }

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

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

 a { background-color: rgb(181,21,106); }

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

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

 span { border-color: rgb(181,21,106); }

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