Html Css Color HEX #B11256 Jazzberry Jam

📋 copy color: '#B11256'

red 177 ◦ green 18 ◦ blue 86

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

Shades of Jazzberry Jam #B11256

Tints of Jazzberry Jam #B11256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 30.6%

R = 62.99%
G = 6.41%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B11256 (or 0xB11256) is known color: Jazzberry Jam. HEX triplet: B1, 12 and 56. RGB value is (177,18,86). Sum of RGB (Red+Green+Blue) = 177+18+86=281 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.99% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 177 - color contains mainly: red. Hex color #B11256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11256 is #4EEDA9. Grayscale: #494949. Windows color (decimal): -5172650 or 5640881. OLE color: 5640881.

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

Color convert

RGB 177 18 86 -
CMYK 0 0.90 0.51 0.31
HSL 334.34º 0.82% 0.38% -
HSV(B) 334.34º 0.9% 0.69% -
XYZ 20.03 10.45 9.77 -
YUV 73.29 135.18 201.97 -
System Red Green Blue C M Y K H S L
Decimal 177 18 86 0 0.90 0.51 0.31 334.34 0.82 0.38
Hex B1 12 56 0 5A 33 1F 14E 52 26
Octal 261 22 126 0 132 63 37 516 122 46
Binary 10110001 10010 1010110 0 1011010 110011 11111 101001110 1010010 100110

Color Harmonies of #B11256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11256

Black with #B11256

Text Example


Text Example

White with #B11256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11256; }

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

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

background-color css

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

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

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

border-color css

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

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

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