#b4215f

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

Shades of Jazzberry Jam #B4215F

Tints of Jazzberry Jam #B4215F

Color information

#B4215F (or 0xB4215F) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 21 and 5F. RGB value is (180,33,95). Sum of RGB (Red+Green+Blue) = 180+33+95=308 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.44% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 180 - color contains mainly: red. Hex color #B4215F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4215F is #4BDEA0. Grayscale: #535353. Windows color (decimal): -4972193 or 6234548. OLE color: 6234548.

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

Color convert

RGB1803395-
CMYK00.820.470.29
HSL334.69º69.01%41.76%-
HSV(B)334.69º81.67%70.59%-
XYZ21.4311.6211.94-
YUV84.02134.2196.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.44%
GREEN value IS 33 (13.28% from 255) = 10.71%
BLUE value IS 95 (37.5% from 255) = 30.84%
R=58.44%
G=10.71%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180339500.820.470.29334.6969.0141.76
HexB4215F0522F1D14f452a
Octal264411370122573551710552
Binary10110100100001101111101010010101111111011010011111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4215f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4215f; }

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

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

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

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

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

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

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

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