Html Css Color HEX #B50A5E Jazzberry Jam

📋 copy color: '#B50A5E'

red 181 ◦ green 10 ◦ blue 94

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

Shades of Jazzberry Jam #B50A5E

Tints of Jazzberry Jam #B50A5E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.51%

 BLUE value IS 94 (37.11% from 255) = 32.98%

R = 63.51%
G = 3.51%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B50A5E (or 0xB50A5E) is known color: Jazzberry Jam. HEX triplet: B5, 0A and 5E. RGB value is (181,10,94). Sum of RGB (Red+Green+Blue) = 181+10+94=285 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.51% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 181 - color contains mainly: red. Hex color #B50A5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50A5E is #4AF5A1. Grayscale: #464646. Windows color (decimal): -4912546 or 6163125. OLE color: 6163125.

HSL color Cylindrical-coordinate representation of color #B50A5E: hue angle of 330.53º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50A5E is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 10 94 -
CMYK 0 0.94 0.48 0.29
HSL 330.53º 0.9% 0.37% -
HSV(B) 330.53º 0.94% 0.71% -
XYZ 21.18 10.85 11.57 -
YUV 70.71 141.15 206.67 -
System Red Green Blue C M Y K H S L
Decimal 181 10 94 0 0.94 0.48 0.29 330.53 0.9 0.37
Hex B5 A 5E 0 5E 30 1D 14B 5A 25
Octal 265 12 136 0 136 60 35 513 132 45
Binary 10110101 1010 1011110 0 1011110 110000 11101 101001011 1011010 100101

Color Harmonies of #B50A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50A5E

Black with #B50A5E

Text Example


Text Example

White with #B50A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50A5E; }

 p { color: rgb(181,10,94); }

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

background-color css

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

 a { background-color: rgb(181,10,94); }

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

border-color css

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

 span { border-color: rgb(181,10,94); }

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