Html Css Color HEX #B2144B Jazzberry Jam

📋 copy color: '#B2144B'

red 178 ◦ green 20 ◦ blue 75

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

Shades of Jazzberry Jam #B2144B

Tints of Jazzberry Jam #B2144B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 27.47%

R = 65.2%
G = 7.33%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2144B (or 0xB2144B) is known color: Jazzberry Jam. HEX triplet: B2, 14 and 4B. RGB value is (178,20,75). Sum of RGB (Red+Green+Blue) = 178+20+75=273 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.20% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 178 - color contains mainly: red. Hex color #B2144B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2144B is #4DEBB4. Grayscale: #494949. Windows color (decimal): -5106613 or 4920498. OLE color: 4920498.

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

Color convert

RGB 178 20 75 -
CMYK 0 0.89 0.58 0.30
HSL 339.11º 0.8% 0.39% -
HSV(B) 339.11º 0.89% 0.7% -
XYZ 19.88 10.47 7.63 -
YUV 73.51 128.85 202.53 -
System Red Green Blue C M Y K H S L
Decimal 178 20 75 0 0.89 0.58 0.30 339.11 0.8 0.39
Hex B2 14 4B 0 59 3A 1E 153 50 27
Octal 262 24 113 0 131 72 36 523 120 47
Binary 10110010 10100 1001011 0 1011001 111010 11110 101010011 1010000 100111

Color Harmonies of #B2144B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2144B

Black with #B2144B

Text Example


Text Example

White with #B2144B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2144B; }

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

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

background-color css

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

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

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

border-color css

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

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

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