Html Css Color HEX #B50261 Jazzberry Jam

📋 copy color: '#B50261'

red 181 ◦ green 2 ◦ blue 97

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

Shades of Jazzberry Jam #B50261

Tints of Jazzberry Jam #B50261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 34.64%

R = 64.64%
G = 0.71%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B50261 (or 0xB50261) is known color: Jazzberry Jam. HEX triplet: B5, 02 and 61. RGB value is (181,2,97). Sum of RGB (Red+Green+Blue) = 181+2+97=280 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.64% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 181 - color contains mainly: red. Hex color #B50261 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50261 is #4AFD9E. Grayscale: #424242. Windows color (decimal): -4914591 or 6357685. OLE color: 6357685.

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

Color convert

RGB 181 2 97 -
CMYK 0 0.99 0.46 0.29
HSL 328.16º 0.98% 0.36% -
HSV(B) 328.16º 0.99% 0.71% -
XYZ 21.24 10.73 12.26 -
YUV 66.35 145.3 209.78 -
System Red Green Blue C M Y K H S L
Decimal 181 2 97 0 0.99 0.46 0.29 328.16 0.98 0.36
Hex B5 2 61 0 63 2E 1D 148 62 24
Octal 265 2 141 0 143 56 35 510 142 44
Binary 10110101 10 1100001 0 1100011 101110 11101 101001000 1100010 100100

Color Harmonies of #B50261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50261

Black with #B50261

Text Example


Text Example

White with #B50261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50261; }

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

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

background-color css

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

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

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

border-color css

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

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

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