Html Css Color HEX #B50B5B Jazzberry Jam

📋 copy color: '#B50B5B'

red 181 ◦ green 11 ◦ blue 91

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

Shades of Jazzberry Jam #B50B5B

Tints of Jazzberry Jam #B50B5B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.89%

 BLUE value IS 91 (35.94% from 255) = 32.16%

R = 63.96%
G = 3.89%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B50B5B (or 0xB50B5B) is known color: Jazzberry Jam. HEX triplet: B5, 0B and 5B. RGB value is (181,11,91). Sum of RGB (Red+Green+Blue) = 181+11+91=283 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.96% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 181 - color contains mainly: red. Hex color #B50B5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50B5B is #4AF4A4. Grayscale: #464646. Windows color (decimal): -4912293 or 5966773. OLE color: 5966773.

HSL color Cylindrical-coordinate representation of color #B50B5B: hue angle of 331.76º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50B5B is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 11 91 -
CMYK 0 0.94 0.50 0.29
HSL 331.76º 0.89% 0.38% -
HSV(B) 331.76º 0.94% 0.71% -
XYZ 21.06 10.82 10.88 -
YUV 70.95 139.32 206.5 -
System Red Green Blue C M Y K H S L
Decimal 181 11 91 0 0.94 0.50 0.29 331.76 0.89 0.38
Hex B5 B 5B 0 5E 32 1D 14C 59 26
Octal 265 13 133 0 136 62 35 514 131 46
Binary 10110101 1011 1011011 0 1011110 110010 11101 101001100 1011001 100110

Color Harmonies of #B50B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50B5B

Black with #B50B5B

Text Example


Text Example

White with #B50B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50B5B; }

 p { color: rgb(181,11,91); }

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

background-color css

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

 a { background-color: rgb(181,11,91); }

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

border-color css

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

 span { border-color: rgb(181,11,91); }

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