#B4215D

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

Shades of Jazzberry Jam #B4215D

Tints of Jazzberry Jam #B4215D

Color information

#B4215D (or 0xB4215D) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 21 and 5D. RGB value is (180,33,93). Sum of RGB (Red+Green+Blue) = 180+33+93=306 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.82% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 180 - color contains mainly: red. Hex color #B4215D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4215D is #4BDEA2. Grayscale: #535353. Windows color (decimal): -4972195 or 6103476. OLE color: 6103476.

HSL color Cylindrical-coordinate representation of color #B4215D: hue angle of 335.51º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B4215D is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB1803393-
CMYK00.820.480.29
HSL335.51º69.01%41.76%-
HSV(B)335.51º81.67%70.59%-
XYZ21.3411.5811.47-
YUV83.79133.2196.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.82%
GREEN value IS 33 (13.28% from 255) = 10.78%
BLUE value IS 93 (36.72% from 255) = 30.39%
R=58.82%
G=10.78%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180339300.820.480.29335.5169.0141.76
HexB4215D052301D150452a
Octal264411350122603552010552
Binary10110100100001101110101010010110000111011010100001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4215D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4215D; }

 p { color: rgb(180,33,93); }

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

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

 a { background-color: rgb(180,33,93); }

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

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

 span { border-color: rgb(180,33,93); }

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