Html Css Color HEX #B4114C Jazzberry Jam

📋 copy color: '#B4114C'

red 180 ◦ green 17 ◦ blue 76

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

Shades of Jazzberry Jam #B4114C

Tints of Jazzberry Jam #B4114C

RGB

 RED value IS 180 (70.7% from 255) = 65.93%

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

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

R = 65.93%
G = 6.23%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B4114C (or 0xB4114C) is known color: Jazzberry Jam. HEX triplet: B4, 11 and 4C. RGB value is (180,17,76). Sum of RGB (Red+Green+Blue) = 180+17+76=273 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.93% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 180 - color contains mainly: red. Hex color #B4114C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4114C is #4BEEB3. Grayscale: #484848. Windows color (decimal): -4976308 or 4985268. OLE color: 4985268.

HSL color Cylindrical-coordinate representation of color #B4114C: hue angle of 338.28º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B4114C is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 17 76 -
CMYK 0 0.91 0.58 0.29
HSL 338.28º 0.83% 0.39% -
HSV(B) 338.28º 0.91% 0.71% -
XYZ 20.33 10.63 7.82 -
YUV 72.46 130 204.7 -
System Red Green Blue C M Y K H S L
Decimal 180 17 76 0 0.91 0.58 0.29 338.28 0.83 0.39
Hex B4 11 4C 0 5B 3A 1D 152 53 27
Octal 264 21 114 0 133 72 35 522 123 47
Binary 10110100 10001 1001100 0 1011011 111010 11101 101010010 1010011 100111

Color Harmonies of #B4114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4114C

Black with #B4114C

Text Example


Text Example

White with #B4114C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4114C; }

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

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

background-color css

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

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

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

border-color css

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

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

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