Html Css Color HEX #B2225F Jazzberry Jam

📋 copy color: '#B2225F'

red 178 ◦ green 34 ◦ blue 95

#B2225F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #B2225F

Tints of Jazzberry Jam #B2225F

RGB

 RED value IS 178 (69.92% from 255) = 57.98%

 GREEN value IS 34 (13.67% from 255) = 11.07%

 BLUE value IS 95 (37.5% from 255) = 30.94%

R = 57.98%
G = 11.07%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B2225F (or 0xB2225F) is known color: Jazzberry Jam. HEX triplet: B2, 22 and 5F. RGB value is (178,34,95). Sum of RGB (Red+Green+Blue) = 178+34+95=307 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.98% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 178 - color contains mainly: red. Hex color #B2225F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2225F is #4DDDA0. Grayscale: #535353. Windows color (decimal): -5103009 or 6234802. OLE color: 6234802.

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

Color convert

RGB 178 34 95 -
CMYK 0 0.81 0.47 0.30
HSL 334.58º 0.68% 0.42% -
HSV(B) 334.58º 0.81% 0.7% -
XYZ 21 11.44 11.93 -
YUV 84.01 134.21 195.04 -
System Red Green Blue C M Y K H S L
Decimal 178 34 95 0 0.81 0.47 0.30 334.58 0.68 0.42
Hex B2 22 5F 0 51 2F 1E 14F 44 2A
Octal 262 42 137 0 121 57 36 517 104 52
Binary 10110010 100010 1011111 0 1010001 101111 11110 101001111 1000100 101010

Color Harmonies of #B2225F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2225F

Black with #B2225F

Text Example


Text Example

White with #B2225F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2225F; }

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

 H1.HeaderClassName
 {
   color: #B2225F;
 }
 .AnyTagClassName
 {
   color: #B2225F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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