Html Css Color HEX #B50F54 Jazzberry Jam

📋 copy color: '#B50F54'

red 181 ◦ green 15 ◦ blue 84

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

Shades of Jazzberry Jam #B50F54

Tints of Jazzberry Jam #B50F54

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.36%

 BLUE value IS 84 (33.2% from 255) = 30%

R = 64.64%
G = 5.36%
B = 30%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B50F54 (or 0xB50F54) is known color: Jazzberry Jam. HEX triplet: B5, 0F and 54. RGB value is (181,15,84). Sum of RGB (Red+Green+Blue) = 181+15+84=280 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.64% from 280); Green value is 15 (6.25% from 255 or 5.36% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 181 - color contains mainly: red. Hex color #B50F54 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50F54 is #4AF0AB. Grayscale: #484848. Windows color (decimal): -4911276 or 5509045. OLE color: 5509045.

HSL color Cylindrical-coordinate representation of color #B50F54: hue angle of 335.06º degrees, saturation: 0.85, 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 #B50F54 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 15 84 -
CMYK 0 0.92 0.54 0.29
HSL 335.06º 0.85% 0.38% -
HSV(B) 335.06º 0.92% 0.71% -
XYZ 20.83 10.81 9.38 -
YUV 72.5 134.5 205.39 -
System Red Green Blue C M Y K H S L
Decimal 181 15 84 0 0.92 0.54 0.29 335.06 0.85 0.38
Hex B5 F 54 0 5C 36 1D 14F 55 26
Octal 265 17 124 0 134 66 35 517 125 46
Binary 10110101 1111 1010100 0 1011100 110110 11101 101001111 1010101 100110

Color Harmonies of #B50F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50F54

Black with #B50F54

Text Example


Text Example

White with #B50F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50F54; }

 p { color: rgb(181,15,84); }

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

background-color css

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

 a { background-color: rgb(181,15,84); }

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

border-color css

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

 span { border-color: rgb(181,15,84); }

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