#b4225f

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

Shades of Jazzberry Jam #B4225F

Tints of Jazzberry Jam #B4225F

Color information

#B4225F (or 0xB4225F) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 22 and 5F. RGB value is (180,34,95). Sum of RGB (Red+Green+Blue) = 180+34+95=309 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.25% from 309); Green value is 34 (13.67% from 255 or 11.00% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 180 - color contains mainly: red. Hex color #B4225F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4225F is #4BDDA0. Grayscale: #545454. Windows color (decimal): -4971937 or 6234804. OLE color: 6234804.

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

Color convert

RGB1803495-
CMYK00.810.470.29
HSL334.93º68.22%41.96%-
HSV(B)334.93º81.11%70.59%-
XYZ21.4611.6711.95-
YUV84.61133.87196.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.25%
GREEN value IS 34 (13.67% from 255) = 11.00%
BLUE value IS 95 (37.5% from 255) = 30.74%
R=58.25%
G=11.00%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180349500.810.470.29334.9368.2241.96
HexB4225F0512F1D14f442a
Octal264421370121573551710452
Binary10110100100010101111101010001101111111011010011111000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4225f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4225f; }

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

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

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

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

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

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

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

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