Html Css Color HEX #B50649 Jazzberry Jam

📋 copy color: '#B50649'

red 181 ◦ green 6 ◦ blue 73

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

Shades of Jazzberry Jam #B50649

Tints of Jazzberry Jam #B50649

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.31%

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

R = 69.62%
G = 2.31%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B50649 (or 0xB50649) is known color: Jazzberry Jam. HEX triplet: B5, 06 and 49. RGB value is (181,6,73). Sum of RGB (Red+Green+Blue) = 181+6+73=260 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.62% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 73 (28.91% from 255 or 28.08% from 260); Max value from RGB is 181 - color contains mainly: red. Hex color #B50649 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50649 is #4AF9B6. Grayscale: #414141. Windows color (decimal): -4913591 or 4785845. OLE color: 4785845.

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

Color convert

RGB 181 6 73 -
CMYK 0 0.97 0.60 0.29
HSL 337.03º 0.94% 0.37% -
HSV(B) 337.03º 0.97% 0.71% -
XYZ 20.32 10.44 7.25 -
YUV 65.96 131.98 210.05 -
System Red Green Blue C M Y K H S L
Decimal 181 6 73 0 0.97 0.60 0.29 337.03 0.94 0.37
Hex B5 6 49 0 61 3C 1D 151 5E 25
Octal 265 6 111 0 141 74 35 521 136 45
Binary 10110101 110 1001001 0 1100001 111100 11101 101010001 1011110 100101

Color Harmonies of #B50649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50649

Black with #B50649

Text Example


Text Example

White with #B50649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50649; }

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

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

background-color css

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

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

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

border-color css

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

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

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