Html Css Color HEX #B50360 Jazzberry Jam

📋 copy color: '#B50360'

red 181 ◦ green 3 ◦ blue 96

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

Shades of Jazzberry Jam #B50360

Tints of Jazzberry Jam #B50360

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.07%

 BLUE value IS 96 (37.89% from 255) = 34.29%

R = 64.64%
G = 1.07%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B50360 (or 0xB50360) is known color: Jazzberry Jam. HEX triplet: B5, 03 and 60. RGB value is (181,3,96). Sum of RGB (Red+Green+Blue) = 181+3+96=280 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.64% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 181 - color contains mainly: red. Hex color #B50360 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50360 is #4AFC9F. Grayscale: #424242. Windows color (decimal): -4914336 or 6292405. OLE color: 6292405.

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

Color convert

RGB 181 3 96 -
CMYK 0 0.98 0.47 0.29
HSL 328.65º 0.97% 0.36% -
HSV(B) 328.65º 0.98% 0.71% -
XYZ 21.2 10.73 12.02 -
YUV 66.82 144.47 209.44 -
System Red Green Blue C M Y K H S L
Decimal 181 3 96 0 0.98 0.47 0.29 328.65 0.97 0.36
Hex B5 3 60 0 62 2F 1D 149 61 24
Octal 265 3 140 0 142 57 35 511 141 44
Binary 10110101 11 1100000 0 1100010 101111 11101 101001001 1100001 100100

Color Harmonies of #B50360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50360

Black with #B50360

Text Example


Text Example

White with #B50360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50360; }

 p { color: rgb(181,3,96); }

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

background-color css

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

 a { background-color: rgb(181,3,96); }

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

border-color css

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

 span { border-color: rgb(181,3,96); }

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