Html Css Color HEX #B50B5C Jazzberry Jam

📋 copy color: '#B50B5C'

red 181 ◦ green 11 ◦ blue 92

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

Shades of Jazzberry Jam #B50B5C

Tints of Jazzberry Jam #B50B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.39%

R = 63.73%
G = 3.87%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B50B5C (or 0xB50B5C) is known color: Jazzberry Jam. HEX triplet: B5, 0B and 5C. RGB value is (181,11,92). Sum of RGB (Red+Green+Blue) = 181+11+92=284 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.73% from 284); Green value is 11 (4.69% from 255 or 3.87% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 181 - color contains mainly: red. Hex color #B50B5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50B5C is #4AF4A3. Grayscale: #464646. Windows color (decimal): -4912292 or 6032309. OLE color: 6032309.

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

Color convert

RGB 181 11 92 -
CMYK 0 0.94 0.49 0.29
HSL 331.41º 0.89% 0.38% -
HSV(B) 331.41º 0.94% 0.71% -
XYZ 21.11 10.84 11.1 -
YUV 71.06 139.82 206.41 -
System Red Green Blue C M Y K H S L
Decimal 181 11 92 0 0.94 0.49 0.29 331.41 0.89 0.38
Hex B5 B 5C 0 5E 31 1D 14B 59 26
Octal 265 13 134 0 136 61 35 513 131 46
Binary 10110101 1011 1011100 0 1011110 110001 11101 101001011 1011001 100110

Color Harmonies of #B50B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50B5C

Black with #B50B5C

Text Example


Text Example

White with #B50B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50B5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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