Html Css Color HEX #B50846 Jazzberry Jam

📋 copy color: '#B50846'

red 181 ◦ green 8 ◦ blue 70

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

Shades of Jazzberry Jam #B50846

Tints of Jazzberry Jam #B50846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 27.03%

R = 69.88%
G = 3.09%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B50846 (or 0xB50846) is known color: Jazzberry Jam. HEX triplet: B5, 08 and 46. RGB value is (181,8,70). Sum of RGB (Red+Green+Blue) = 181+8+70=259 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.88% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 70 (27.73% from 255 or 27.03% from 259); Max value from RGB is 181 - color contains mainly: red. Hex color #B50846 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50846 is #4AF7B9. Grayscale: #424242. Windows color (decimal): -4913082 or 4589749. OLE color: 4589749.

HSL color Cylindrical-coordinate representation of color #B50846: hue angle of 338.5º 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 #B50846 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 8 70 -
CMYK 0 0.96 0.61 0.29
HSL 338.5º 0.92% 0.37% -
HSV(B) 338.5º 0.96% 0.71% -
XYZ 20.25 10.44 6.74 -
YUV 66.8 129.81 209.46 -
System Red Green Blue C M Y K H S L
Decimal 181 8 70 0 0.96 0.61 0.29 338.5 0.92 0.37
Hex B5 8 46 0 60 3D 1D 152 5C 25
Octal 265 10 106 0 140 75 35 522 134 45
Binary 10110101 1000 1000110 0 1100000 111101 11101 101010010 1011100 100101

Color Harmonies of #B50846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50846

Black with #B50846

Text Example


Text Example

White with #B50846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50846; }

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

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

background-color css

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

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

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

border-color css

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

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

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