#B4106C

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

Shades of Jazzberry Jam #B4106C

Tints of Jazzberry Jam #B4106C

Color information

#B4106C (or 0xB4106C) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 10 and 6C. RGB value is (180,16,108). Sum of RGB (Red+Green+Blue) = 180+16+108=304 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.21% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 180 - color contains mainly: red. Hex color #B4106C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4106C is #4BEF93. Grayscale: #4B4B4B. Windows color (decimal): -4976532 or 7082164. OLE color: 7082164.

HSL color Cylindrical-coordinate representation of color #B4106C: hue angle of 326.34º 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 #B4106C is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB18016108-
CMYK00.910.400.29
HSL326.34º83.67%38.43%-
HSV(B)326.34º91.11%70.59%-
XYZ21.7111.1615.2-
YUV75.52146.33202.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.21%
GREEN value IS 16 (6.64% from 255) = 5.26%
BLUE value IS 108 (42.58% from 255) = 35.53%
R=59.21%
G=5.26%
B=35.53%

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
Decimal1801610800.910.400.29326.3483.6738.43
HexB4106C05B281D1465426
Octal264201540133503550612446
Binary1011010010000110110001011011101000111011010001101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4106C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4106C; }

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

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

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

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

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

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

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

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