Html Css Color HEX #B10E50 Jazzberry Jam

📋 copy color: '#B10E50'

red 177 ◦ green 14 ◦ blue 80

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

Shades of Jazzberry Jam #B10E50

Tints of Jazzberry Jam #B10E50

RGB

 RED value IS 177 (69.53% from 255) = 65.31%

 GREEN value IS 14 (5.86% from 255) = 5.17%

 BLUE value IS 80 (31.64% from 255) = 29.52%

R = 65.31%
G = 5.17%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B10E50 (or 0xB10E50) is known color: Jazzberry Jam. HEX triplet: B1, 0E and 50. RGB value is (177,14,80). Sum of RGB (Red+Green+Blue) = 177+14+80=271 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.31% from 271); Green value is 14 (5.86% from 255 or 5.17% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 177 - color contains mainly: red. Hex color #B10E50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10E50 is #4EF1AF. Grayscale: #464646. Windows color (decimal): -5173680 or 5246641. OLE color: 5246641.

HSL color Cylindrical-coordinate representation of color #B10E50: hue angle of 335.71º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B10E50 is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 14 80 -
CMYK 0 0.92 0.55 0.31
HSL 335.71º 0.85% 0.37% -
HSV(B) 335.71º 0.92% 0.69% -
XYZ 19.74 10.24 8.53 -
YUV 70.26 133.5 204.13 -
System Red Green Blue C M Y K H S L
Decimal 177 14 80 0 0.92 0.55 0.31 335.71 0.85 0.37
Hex B1 E 50 0 5C 37 1F 150 55 25
Octal 261 16 120 0 134 67 37 520 125 45
Binary 10110001 1110 1010000 0 1011100 110111 11111 101010000 1010101 100101

Color Harmonies of #B10E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10E50

Black with #B10E50

Text Example


Text Example

White with #B10E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10E50; }

 p { color: rgb(177,14,80); }

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

background-color css

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

 a { background-color: rgb(177,14,80); }

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

border-color css

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

 span { border-color: rgb(177,14,80); }

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