Html Css Color HEX #B2144C Jazzberry Jam

📋 copy color: '#B2144C'

red 178 ◦ green 20 ◦ blue 76

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

Shades of Jazzberry Jam #B2144C

Tints of Jazzberry Jam #B2144C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 27.74%

R = 64.96%
G = 7.3%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B2144C (or 0xB2144C) is known color: Jazzberry Jam. HEX triplet: B2, 14 and 4C. RGB value is (178,20,76). Sum of RGB (Red+Green+Blue) = 178+20+76=274 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.96% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 178 - color contains mainly: red. Hex color #B2144C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2144C is #4DEBB3. Grayscale: #494949. Windows color (decimal): -5106612 or 4986034. OLE color: 4986034.

HSL color Cylindrical-coordinate representation of color #B2144C: hue angle of 338.73º 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 #B2144C is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 20 76 -
CMYK 0 0.89 0.57 0.30
HSL 338.73º 0.8% 0.39% -
HSV(B) 338.73º 0.89% 0.7% -
XYZ 19.91 10.49 7.81 -
YUV 73.63 129.35 202.45 -
System Red Green Blue C M Y K H S L
Decimal 178 20 76 0 0.89 0.57 0.30 338.73 0.8 0.39
Hex B2 14 4C 0 59 39 1E 153 50 27
Octal 262 24 114 0 131 71 36 523 120 47
Binary 10110010 10100 1001100 0 1011001 111001 11110 101010011 1010000 100111

Color Harmonies of #B2144C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2144C

Black with #B2144C

Text Example


Text Example

White with #B2144C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2144C; }

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

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

background-color css

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

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

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

border-color css

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

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

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