Html Css Color HEX #B5114C Jazzberry Jam

📋 copy color: '#B5114C'

red 181 ◦ green 17 ◦ blue 76

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

Shades of Jazzberry Jam #B5114C

Tints of Jazzberry Jam #B5114C

RGB

 RED value IS 181 (71.09% from 255) = 66.06%

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

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

R = 66.06%
G = 6.2%
B = 27.74%

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

#B5114C (or 0xB5114C) is known color: Jazzberry Jam. HEX triplet: B5, 11 and 4C. RGB value is (181,17,76). Sum of RGB (Red+Green+Blue) = 181+17+76=274 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.06% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 181 - color contains mainly: red. Hex color #B5114C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5114C is #4AEEB3. Grayscale: #484848. Windows color (decimal): -4910772 or 4985269. OLE color: 4985269.

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

Color convert

RGB 181 17 76 -
CMYK 0 0.91 0.58 0.29
HSL 338.41º 0.83% 0.39% -
HSV(B) 338.41º 0.91% 0.71% -
XYZ 20.56 10.75 7.83 -
YUV 72.76 129.83 205.2 -
System Red Green Blue C M Y K H S L
Decimal 181 17 76 0 0.91 0.58 0.29 338.41 0.83 0.39
Hex B5 11 4C 0 5B 3A 1D 152 53 27
Octal 265 21 114 0 133 72 35 522 123 47
Binary 10110101 10001 1001100 0 1011011 111010 11101 101010010 1010011 100111

Color Harmonies of #B5114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5114C

Black with #B5114C

Text Example


Text Example

White with #B5114C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5114C; }

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

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

background-color css

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

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

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

border-color css

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

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

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