#B0225D

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

Shades of Jazzberry Jam #B0225D

Tints of Jazzberry Jam #B0225D

Color information

#B0225D (or 0xB0225D) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 22 and 5D. RGB value is (176,34,93). Sum of RGB (Red+Green+Blue) = 176+34+93=303 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.09% from 303); Green value is 34 (13.67% from 255 or 11.22% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 176 - color contains mainly: red. Hex color #B0225D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0225D is #4FDDA2. Grayscale: #535353. Windows color (decimal): -5234083 or 6103728. OLE color: 6103728.

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

Color convert

RGB1763493-
CMYK00.810.470.31
HSL335.07º67.62%41.18%-
HSV(B)335.07º80.68%69.02%-
XYZ20.4511.1611.43-
YUV83.18133.54194.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 58.09%
GREEN value IS 34 (13.67% from 255) = 11.22%
BLUE value IS 93 (36.72% from 255) = 30.69%
R=58.09%
G=11.22%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176349300.810.470.31335.0767.6241.18
HexB0225D0512F1F14f4429
Octal260421350121573751710451
Binary10110000100010101110101010001101111111111010011111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0225D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0225D; }

 p { color: rgb(176,34,93); }

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

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

 a { background-color: rgb(176,34,93); }

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

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

 span { border-color: rgb(176,34,93); }

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