#B4026C

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

Shades of Jazzberry Jam #B4026C

Tints of Jazzberry Jam #B4026C

Color information

#B4026C (or 0xB4026C) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 02 and 6C. RGB value is (180,2,108). Sum of RGB (Red+Green+Blue) = 180+2+108=290 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.07% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 180 - color contains mainly: red. Hex color #B4026C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4026C is #4BFD93. Grayscale: #434343. Windows color (decimal): -4980116 or 7078580. OLE color: 7078580.

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

Color convert

RGB1802108-
CMYK00.990.400.29
HSL324.27º97.8%35.69%-
HSV(B)324.27º98.89%70.59%-
XYZ21.5510.8315.14-
YUV67.31150.97208.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.07%
GREEN value IS 2 (1.17% from 255) = 0.69%
BLUE value IS 108 (42.58% from 255) = 37.24%
R=62.07%
G=0.69%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180210800.990.400.29324.2797.835.69
HexB426C063281D1446224
Octal26421540143503550414244
Binary1011010010110110001100011101000111011010001001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4026C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4026C; }

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

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

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

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

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

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

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

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