#B4166A

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

Shades of Jazzberry Jam #B4166A

Tints of Jazzberry Jam #B4166A

Color information

#B4166A (or 0xB4166A) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 16 and 6A. RGB value is (180,22,106). Sum of RGB (Red+Green+Blue) = 180+22+106=308 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.44% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 180 - color contains mainly: red. Hex color #B4166A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4166A is #4BE995. Grayscale: #4E4E4E. Windows color (decimal): -4974998 or 6952628. OLE color: 6952628.

HSL color Cylindrical-coordinate representation of color #B4166A: hue angle of 328.1º degrees, saturation: 0.78, 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 #B4166A is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB18022106-
CMYK00.880.410.29
HSL328.1º78.22%39.61%-
HSV(B)328.1º87.78%70.59%-
XYZ21.7111.3214.68-
YUV78.82143.35200.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.44%
GREEN value IS 22 (8.98% from 255) = 7.14%
BLUE value IS 106 (41.80% from 255) = 34.42%
R=58.44%
G=7.14%
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
Decimal1802210600.880.410.29328.178.2239.61
HexB4166A058291D1484e28
Octal264261520130513551011650
Binary1011010010110110101001011000101001111011010010001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4166A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4166A; }

 p { color: rgb(180,22,106); }

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

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

 a { background-color: rgb(180,22,106); }

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

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

 span { border-color: rgb(180,22,106); }

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