Html Css Color HEX #B2245F Jazzberry Jam

📋 copy color: '#B2245F'

red 178 ◦ green 36 ◦ blue 95

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

Shades of Jazzberry Jam #B2245F

Tints of Jazzberry Jam #B2245F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.65%

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

R = 57.61%
G = 11.65%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B2245F (or 0xB2245F) is known color: Jazzberry Jam. HEX triplet: B2, 24 and 5F. RGB value is (178,36,95). Sum of RGB (Red+Green+Blue) = 178+36+95=309 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.61% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 178 - color contains mainly: red. Hex color #B2245F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2245F is #4DDBA0. Grayscale: #555555. Windows color (decimal): -5102497 or 6235314. OLE color: 6235314.

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

Color convert

RGB 178 36 95 -
CMYK 0 0.80 0.47 0.30
HSL 335.07º 0.66% 0.42% -
HSV(B) 335.07º 0.8% 0.7% -
XYZ 21.06 11.55 11.95 -
YUV 85.18 133.54 194.2 -
System Red Green Blue C M Y K H S L
Decimal 178 36 95 0 0.80 0.47 0.30 335.07 0.66 0.42
Hex B2 24 5F 0 50 2F 1E 14F 42 2A
Octal 262 44 137 0 120 57 36 517 102 52
Binary 10110010 100100 1011111 0 1010000 101111 11110 101001111 1000010 101010

Color Harmonies of #B2245F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2245F

Black with #B2245F

Text Example


Text Example

White with #B2245F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2245F; }

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

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

background-color css

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

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

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

border-color css

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

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

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