Html Css Color HEX #B50849 Jazzberry Jam

📋 copy color: '#B50849'

red 181 ◦ green 8 ◦ blue 73

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

Shades of Jazzberry Jam #B50849

Tints of Jazzberry Jam #B50849

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.05%

 BLUE value IS 73 (28.91% from 255) = 27.86%

R = 69.08%
G = 3.05%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B50849 (or 0xB50849) is known color: Jazzberry Jam. HEX triplet: B5, 08 and 49. RGB value is (181,8,73). Sum of RGB (Red+Green+Blue) = 181+8+73=262 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.08% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 181 - color contains mainly: red. Hex color #B50849 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50849 is #4AF7B6. Grayscale: #434343. Windows color (decimal): -4913079 or 4786357. OLE color: 4786357.

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

Color convert

RGB 181 8 73 -
CMYK 0 0.96 0.60 0.29
HSL 337.46º 0.92% 0.37% -
HSV(B) 337.46º 0.96% 0.71% -
XYZ 20.35 10.48 7.25 -
YUV 67.14 131.31 209.21 -
System Red Green Blue C M Y K H S L
Decimal 181 8 73 0 0.96 0.60 0.29 337.46 0.92 0.37
Hex B5 8 49 0 60 3C 1D 151 5C 25
Octal 265 10 111 0 140 74 35 521 134 45
Binary 10110101 1000 1001001 0 1100000 111100 11101 101010001 1011100 100101

Color Harmonies of #B50849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50849

Black with #B50849

Text Example


Text Example

White with #B50849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50849; }

 p { color: rgb(181,8,73); }

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

background-color css

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

 a { background-color: rgb(181,8,73); }

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

border-color css

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

 span { border-color: rgb(181,8,73); }

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