Html Css Color HEX #B50E5B Jazzberry Jam

📋 copy color: '#B50E5B'

red 181 ◦ green 14 ◦ blue 91

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

Shades of Jazzberry Jam #B50E5B

Tints of Jazzberry Jam #B50E5B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.9%

 BLUE value IS 91 (35.94% from 255) = 31.82%

R = 63.29%
G = 4.9%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B50E5B (or 0xB50E5B) is known color: Jazzberry Jam. HEX triplet: B5, 0E and 5B. RGB value is (181,14,91). Sum of RGB (Red+Green+Blue) = 181+14+91=286 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.29% from 286); Green value is 14 (5.86% from 255 or 4.90% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 181 - color contains mainly: red. Hex color #B50E5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50E5B is #4AF1A4. Grayscale: #484848. Windows color (decimal): -4911525 or 5967541. OLE color: 5967541.

HSL color Cylindrical-coordinate representation of color #B50E5B: hue angle of 332.34º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B50E5B is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 14 91 -
CMYK 0 0.92 0.50 0.29
HSL 332.34º 0.86% 0.38% -
HSV(B) 332.34º 0.92% 0.71% -
XYZ 21.1 10.89 10.89 -
YUV 72.71 138.33 205.24 -
System Red Green Blue C M Y K H S L
Decimal 181 14 91 0 0.92 0.50 0.29 332.34 0.86 0.38
Hex B5 E 5B 0 5C 32 1D 14C 56 26
Octal 265 16 133 0 134 62 35 514 126 46
Binary 10110101 1110 1011011 0 1011100 110010 11101 101001100 1010110 100110

Color Harmonies of #B50E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50E5B

Black with #B50E5B

Text Example


Text Example

White with #B50E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50E5B; }

 p { color: rgb(181,14,91); }

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

background-color css

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

 a { background-color: rgb(181,14,91); }

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

border-color css

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

 span { border-color: rgb(181,14,91); }

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