#B4036C

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

Shades of Jazzberry Jam #B4036C

Tints of Jazzberry Jam #B4036C

Color information

#B4036C (or 0xB4036C) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 03 and 6C. RGB value is (180,3,108). Sum of RGB (Red+Green+Blue) = 180+3+108=291 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.86% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 180 - color contains mainly: red. Hex color #B4036C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4036C is #4BFC93. Grayscale: #434343. Windows color (decimal): -4979860 or 7078836. OLE color: 7078836.

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

Color convert

RGB1803108-
CMYK00.980.400.29
HSL324.41º96.72%35.88%-
HSV(B)324.41º98.33%70.59%-
XYZ21.5610.8515.15-
YUV67.89150.64207.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.86%
GREEN value IS 3 (1.56% from 255) = 1.03%
BLUE value IS 108 (42.58% from 255) = 37.11%
R=61.86%
G=1.03%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180310800.980.400.29324.4196.7235.88
HexB436C062281D1446124
Octal26431540142503550414144
Binary1011010011110110001100010101000111011010001001100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4036C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4036C; }

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

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

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

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

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

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

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

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