Html Css Color HEX #B2114C Jazzberry Jam

📋 copy color: '#B2114C'

red 178 ◦ green 17 ◦ blue 76

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

Shades of Jazzberry Jam #B2114C

Tints of Jazzberry Jam #B2114C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.27%

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

R = 65.68%
G = 6.27%
B = 28.04%

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

#B2114C (or 0xB2114C) is known color: Jazzberry Jam. HEX triplet: B2, 11 and 4C. RGB value is (178,17,76). Sum of RGB (Red+Green+Blue) = 178+17+76=271 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.68% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 178 - color contains mainly: red. Hex color #B2114C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2114C is #4DEEB3. Grayscale: #474747. Windows color (decimal): -5107380 or 4985266. OLE color: 4985266.

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

Color convert

RGB 178 17 76 -
CMYK 0 0.90 0.57 0.30
HSL 338.01º 0.83% 0.38% -
HSV(B) 338.01º 0.9% 0.7% -
XYZ 19.87 10.39 7.8 -
YUV 71.87 130.34 203.7 -
System Red Green Blue C M Y K H S L
Decimal 178 17 76 0 0.90 0.57 0.30 338.01 0.83 0.38
Hex B2 11 4C 0 5A 39 1E 152 53 26
Octal 262 21 114 0 132 71 36 522 123 46
Binary 10110010 10001 1001100 0 1011010 111001 11110 101010010 1010011 100110

Color Harmonies of #B2114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2114C

Black with #B2114C

Text Example


Text Example

White with #B2114C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2114C; }

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

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

background-color css

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

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

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

border-color css

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

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

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