#B5026D

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

Shades of Jazzberry Jam #B5026D

Tints of Jazzberry Jam #B5026D

Color information

#B5026D (or 0xB5026D) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 02 and 6D. RGB value is (181,2,109). Sum of RGB (Red+Green+Blue) = 181+2+109=292 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.99% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 181 - color contains mainly: red. Hex color #B5026D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5026D is #4AFD92. Grayscale: #434343. Windows color (decimal): -4914579 or 7144117. OLE color: 7144117.

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

Color convert

RGB1812109-
CMYK00.990.400.29
HSL324.13º97.81%35.88%-
HSV(B)324.13º98.9%70.98%-
XYZ21.8410.9715.43-
YUV67.72151.3208.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 61.99%
GREEN value IS 2 (1.17% from 255) = 0.68%
BLUE value IS 109 (42.97% from 255) = 37.33%
R=61.99%
G=0.68%
B=37.33%

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
Decimal181210900.990.400.29324.1397.8135.88
HexB526D063281D1446224
Octal26521550143503550414244
Binary1011010110110110101100011101000111011010001001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5026D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5026D; }

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

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

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

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

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

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

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

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