Html Css Color HEX #B2124D Jazzberry Jam

📋 copy color: '#B2124D'

red 178 ◦ green 18 ◦ blue 77

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

Shades of Jazzberry Jam #B2124D

Tints of Jazzberry Jam #B2124D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.59%

 BLUE value IS 77 (30.47% from 255) = 28.21%

R = 65.2%
G = 6.59%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B2124D (or 0xB2124D) is known color: Jazzberry Jam. HEX triplet: B2, 12 and 4D. RGB value is (178,18,77). Sum of RGB (Red+Green+Blue) = 178+18+77=273 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.20% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 178 - color contains mainly: red. Hex color #B2124D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2124D is #4DEDB2. Grayscale: #484848. Windows color (decimal): -5107123 or 5051058. OLE color: 5051058.

HSL color Cylindrical-coordinate representation of color #B2124D: hue angle of 337.88º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2124D is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 18 77 -
CMYK 0 0.90 0.57 0.30
HSL 337.88º 0.82% 0.38% -
HSV(B) 337.88º 0.9% 0.7% -
XYZ 19.92 10.43 7.99 -
YUV 72.57 130.51 203.2 -
System Red Green Blue C M Y K H S L
Decimal 178 18 77 0 0.90 0.57 0.30 337.88 0.82 0.38
Hex B2 12 4D 0 5A 39 1E 152 52 26
Octal 262 22 115 0 132 71 36 522 122 46
Binary 10110010 10010 1001101 0 1011010 111001 11110 101010010 1010010 100110

Color Harmonies of #B2124D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2124D

Black with #B2124D

Text Example


Text Example

White with #B2124D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2124D; }

 p { color: rgb(178,18,77); }

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

background-color css

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

 a { background-color: rgb(178,18,77); }

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

border-color css

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

 span { border-color: rgb(178,18,77); }

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