Html Css Color HEX #B50256 Jazzberry Jam

📋 copy color: '#B50256'

red 181 ◦ green 2 ◦ blue 86

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

Shades of Jazzberry Jam #B50256

Tints of Jazzberry Jam #B50256

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

 BLUE value IS 86 (33.98% from 255) = 31.97%

R = 67.29%
G = 0.74%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B50256 (or 0xB50256) is known color: Jazzberry Jam. HEX triplet: B5, 02 and 56. RGB value is (181,2,86). Sum of RGB (Red+Green+Blue) = 181+2+86=269 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.29% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 86 (33.98% from 255 or 31.97% from 269); Max value from RGB is 181 - color contains mainly: red. Hex color #B50256 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50256 is #4AFDA9. Grayscale: #404040. Windows color (decimal): -4914602 or 5636789. OLE color: 5636789.

HSL color Cylindrical-coordinate representation of color #B50256: hue angle of 331.84º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B50256 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 2 86 -
CMYK 0 0.99 0.52 0.29
HSL 331.84º 0.98% 0.36% -
HSV(B) 331.84º 0.99% 0.71% -
XYZ 20.76 10.54 9.74 -
YUV 65.1 139.8 210.67 -
System Red Green Blue C M Y K H S L
Decimal 181 2 86 0 0.99 0.52 0.29 331.84 0.98 0.36
Hex B5 2 56 0 63 34 1D 14C 62 24
Octal 265 2 126 0 143 64 35 514 142 44
Binary 10110101 10 1010110 0 1100011 110100 11101 101001100 1100010 100100

Color Harmonies of #B50256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50256

Black with #B50256

Text Example


Text Example

White with #B50256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50256; }

 p { color: rgb(181,2,86); }

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

background-color css

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

 a { background-color: rgb(181,2,86); }

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

border-color css

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

 span { border-color: rgb(181,2,86); }

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