#B4036A

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

Shades of Jazzberry Jam #B4036A

Tints of Jazzberry Jam #B4036A

Color information

#B4036A (or 0xB4036A) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 03 and 6A. RGB value is (180,3,106). Sum of RGB (Red+Green+Blue) = 180+3+106=289 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.28% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 180 - color contains mainly: red. Hex color #B4036A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4036A is #4BFC95. Grayscale: #434343. Windows color (decimal): -4979862 or 6947764. OLE color: 6947764.

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

Color convert

RGB1803106-
CMYK00.980.410.29
HSL325.08º96.72%35.88%-
HSV(B)325.08º98.33%70.59%-
XYZ21.4610.8114.59-
YUV67.67149.64208.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.28%
GREEN value IS 3 (1.56% from 255) = 1.04%
BLUE value IS 106 (41.80% from 255) = 36.68%
R=62.28%
G=1.04%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180310600.980.410.29325.0896.7235.88
HexB436A062291D1456124
Octal26431520142513550514144
Binary1011010011110101001100010101001111011010001011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4036A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4036A; }

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

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

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

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

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

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

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

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