Html Css Color HEX #B50847 Jazzberry Jam

📋 copy color: '#B50847'

red 181 ◦ green 8 ◦ blue 71

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

Shades of Jazzberry Jam #B50847

Tints of Jazzberry Jam #B50847

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 27.31%

R = 69.62%
G = 3.08%
B = 27.31%

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

#B50847 (or 0xB50847) is known color: Jazzberry Jam. HEX triplet: B5, 08 and 47. RGB value is (181,8,71). Sum of RGB (Red+Green+Blue) = 181+8+71=260 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.62% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 71 (28.12% from 255 or 27.31% from 260); Max value from RGB is 181 - color contains mainly: red. Hex color #B50847 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50847 is #4AF7B8. Grayscale: #424242. Windows color (decimal): -4913081 or 4655285. OLE color: 4655285.

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

Color convert

RGB 181 8 71 -
CMYK 0 0.96 0.61 0.29
HSL 338.15º 0.92% 0.37% -
HSV(B) 338.15º 0.96% 0.71% -
XYZ 20.28 10.45 6.91 -
YUV 66.91 130.31 209.38 -
System Red Green Blue C M Y K H S L
Decimal 181 8 71 0 0.96 0.61 0.29 338.15 0.92 0.37
Hex B5 8 47 0 60 3D 1D 152 5C 25
Octal 265 10 107 0 140 75 35 522 134 45
Binary 10110101 1000 1000111 0 1100000 111101 11101 101010010 1011100 100101

Color Harmonies of #B50847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50847

Black with #B50847

Text Example


Text Example

White with #B50847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50847; }

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

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

background-color css

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

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

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

border-color css

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

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

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