Html Css Color HEX #B10050 Jazzberry Jam

📋 copy color: '#B10050'

red 177 ◦ green 0 ◦ blue 80

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

Shades of Jazzberry Jam #B10050

Tints of Jazzberry Jam #B10050

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 68.87%
G = 0%
B = 31.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B10050 (or 0xB10050) is known color: Jazzberry Jam. HEX triplet: B1, 00 and 50. RGB value is (177,0,80). Sum of RGB (Red+Green+Blue) = 177+0+80=257 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.87% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 177 - color contains mainly: red. Hex color #B10050 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10050 is #4EFFAF. Grayscale: #3D3D3D. Windows color (decimal): -5177264 or 5243057. OLE color: 5243057.

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

Color convert

RGB 177 0 80 -
CMYK 0 1 0.55 0.31
HSL 332.88º 1% 0.35% -
HSV(B) 332.88º 1% 0.69% -
XYZ 19.58 9.93 8.47 -
YUV 62.04 138.14 210 -
System Red Green Blue C M Y K H S L
Decimal 177 0 80 0 1 0.55 0.31 332.88 1 0.35
Hex B1 0 50 0 64 37 1F 14D 64 23
Octal 261 0 120 0 144 67 37 515 144 43
Binary 10110001 0 1010000 0 1100100 110111 11111 101001101 1100100 100011

Color Harmonies of #B10050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10050

Black with #B10050

Text Example


Text Example

White with #B10050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10050; }

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

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

background-color css

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

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

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

border-color css

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

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

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