#B4106A

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

Shades of Jazzberry Jam #B4106A

Tints of Jazzberry Jam #B4106A

Color information

#B4106A (or 0xB4106A) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 10 and 6A. RGB value is (180,16,106). Sum of RGB (Red+Green+Blue) = 180+16+106=302 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.60% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 180 - color contains mainly: red. Hex color #B4106A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4106A is #4BEF95. Grayscale: #4B4B4B. Windows color (decimal): -4976534 or 6951092. OLE color: 6951092.

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

Color convert

RGB18016106-
CMYK00.910.410.29
HSL327.07º83.67%38.43%-
HSV(B)327.07º91.11%70.59%-
XYZ21.6111.1114.64-
YUV75.3145.33202.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.60%
GREEN value IS 16 (6.64% from 255) = 5.30%
BLUE value IS 106 (41.80% from 255) = 35.10%
R=59.60%
G=5.30%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801610600.910.410.29327.0783.6738.43
HexB4106A05B291D1475426
Octal264201520133513550712446
Binary1011010010000110101001011011101001111011010001111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4106A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4106A; }

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

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

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

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

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

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

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

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