Html Css Color HEX #B2144E Jazzberry Jam

📋 copy color: '#B2144E'

red 178 ◦ green 20 ◦ blue 78

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

Shades of Jazzberry Jam #B2144E

Tints of Jazzberry Jam #B2144E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.25%

 BLUE value IS 78 (30.86% from 255) = 28.26%

R = 64.49%
G = 7.25%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B2144E (or 0xB2144E) is known color: Jazzberry Jam. HEX triplet: B2, 14 and 4E. RGB value is (178,20,78). Sum of RGB (Red+Green+Blue) = 178+20+78=276 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.49% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 178 - color contains mainly: red. Hex color #B2144E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2144E is #4DEBB1. Grayscale: #494949. Windows color (decimal): -5106610 or 5117106. OLE color: 5117106.

HSL color Cylindrical-coordinate representation of color #B2144E: hue angle of 337.97º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B2144E is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 20 78 -
CMYK 0 0.89 0.56 0.30
HSL 337.97º 0.8% 0.39% -
HSV(B) 337.97º 0.89% 0.7% -
XYZ 19.99 10.52 8.18 -
YUV 73.85 130.35 202.28 -
System Red Green Blue C M Y K H S L
Decimal 178 20 78 0 0.89 0.56 0.30 337.97 0.8 0.39
Hex B2 14 4E 0 59 38 1E 152 50 27
Octal 262 24 116 0 131 70 36 522 120 47
Binary 10110010 10100 1001110 0 1011001 111000 11110 101010010 1010000 100111

Color Harmonies of #B2144E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2144E

Black with #B2144E

Text Example


Text Example

White with #B2144E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2144E; }

 p { color: rgb(178,20,78); }

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

background-color css

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

 a { background-color: rgb(178,20,78); }

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

border-color css

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

 span { border-color: rgb(178,20,78); }

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