Html Css Color HEX #B11250 Jazzberry Jam

📋 copy color: '#B11250'

red 177 ◦ green 18 ◦ blue 80

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

Shades of Jazzberry Jam #B11250

Tints of Jazzberry Jam #B11250

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.55%

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

R = 64.36%
G = 6.55%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B11250 (or 0xB11250) is known color: Jazzberry Jam. HEX triplet: B1, 12 and 50. RGB value is (177,18,80). Sum of RGB (Red+Green+Blue) = 177+18+80=275 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.36% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 177 - color contains mainly: red. Hex color #B11250 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11250 is #4EEDAF. Grayscale: #484848. Windows color (decimal): -5172656 or 5247665. OLE color: 5247665.

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

Color convert

RGB 177 18 80 -
CMYK 0 0.90 0.55 0.31
HSL 336.6º 0.82% 0.38% -
HSV(B) 336.6º 0.9% 0.69% -
XYZ 19.8 10.36 8.55 -
YUV 72.61 132.18 202.46 -
System Red Green Blue C M Y K H S L
Decimal 177 18 80 0 0.90 0.55 0.31 336.6 0.82 0.38
Hex B1 12 50 0 5A 37 1F 151 52 26
Octal 261 22 120 0 132 67 37 521 122 46
Binary 10110001 10010 1010000 0 1011010 110111 11111 101010001 1010010 100110

Color Harmonies of #B11250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11250

Black with #B11250

Text Example


Text Example

White with #B11250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11250; }

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

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

background-color css

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

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

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

border-color css

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

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

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