#B5026C

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

Shades of Jazzberry Jam #B5026C

Tints of Jazzberry Jam #B5026C

Color information

#B5026C (or 0xB5026C) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 02 and 6C. RGB value is (181,2,108). Sum of RGB (Red+Green+Blue) = 181+2+108=291 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.20% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 181 - color contains mainly: red. Hex color #B5026C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5026C is #4AFD93. Grayscale: #434343. Windows color (decimal): -4914580 or 7078581. OLE color: 7078581.

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

Color convert

RGB1812108-
CMYK00.990.400.29
HSL324.47º97.81%35.88%-
HSV(B)324.47º98.9%70.98%-
XYZ21.7810.9515.15-
YUV67.6150.8208.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 62.20%
GREEN value IS 2 (1.17% from 255) = 0.69%
BLUE value IS 108 (42.58% from 255) = 37.11%
R=62.20%
G=0.69%
B=37.11%

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
Decimal181210800.990.400.29324.4797.8135.88
HexB526C063281D1446224
Octal26521540143503550414244
Binary1011010110110110001100011101000111011010001001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5026C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5026C; }

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

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

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

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

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

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

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

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