Html Css Color HEX #B11255 Jazzberry Jam

📋 copy color: '#B11255'

red 177 ◦ green 18 ◦ blue 85

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

Shades of Jazzberry Jam #B11255

Tints of Jazzberry Jam #B11255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 30.36%

R = 63.21%
G = 6.43%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B11255 (or 0xB11255) is known color: Jazzberry Jam. HEX triplet: B1, 12 and 55. RGB value is (177,18,85). Sum of RGB (Red+Green+Blue) = 177+18+85=280 (37% of max value = 765). Red value is 177 (69.53% from 255 or 63.21% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 177 - color contains mainly: red. Hex color #B11255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11255 is #4EEDAA. Grayscale: #494949. Windows color (decimal): -5172651 or 5575345. OLE color: 5575345.

HSL color Cylindrical-coordinate representation of color #B11255: hue angle of 334.72º 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 #B11255 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 18 85 -
CMYK 0 0.90 0.52 0.31
HSL 334.72º 0.82% 0.38% -
HSV(B) 334.72º 0.9% 0.69% -
XYZ 19.99 10.44 9.56 -
YUV 73.18 134.68 202.05 -
System Red Green Blue C M Y K H S L
Decimal 177 18 85 0 0.90 0.52 0.31 334.72 0.82 0.38
Hex B1 12 55 0 5A 34 1F 14F 52 26
Octal 261 22 125 0 132 64 37 517 122 46
Binary 10110001 10010 1010101 0 1011010 110100 11111 101001111 1010010 100110

Color Harmonies of #B11255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11255

Black with #B11255

Text Example


Text Example

White with #B11255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11255; }

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

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

background-color css

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

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

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

border-color css

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

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

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