Html Css Color HEX #B11672 Jazzberry Jam

📋 copy color: '#B11672'

red 177 ◦ green 22 ◦ blue 114

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

Shades of Jazzberry Jam #B11672

Tints of Jazzberry Jam #B11672

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.03%

 BLUE value IS 114 (44.92% from 255) = 36.42%

R = 56.55%
G = 7.03%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B11672 (or 0xB11672) is known color: Jazzberry Jam. HEX triplet: B1, 16 and 72. RGB value is (177,22,114). Sum of RGB (Red+Green+Blue) = 177+22+114=313 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.55% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 177 - color contains mainly: red. Hex color #B11672 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11672 is #4EE98D. Grayscale: #4E4E4E. Windows color (decimal): -5171598 or 7476913. OLE color: 7476913.

HSL color Cylindrical-coordinate representation of color #B11672: hue angle of 324.39º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B11672 is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 22 114 -
CMYK 0 0.88 0.36 0.31
HSL 324.39º 0.78% 0.39% -
HSV(B) 324.39º 0.88% 0.69% -
XYZ 21.46 11.14 16.94 -
YUV 78.83 147.85 198.02 -
System Red Green Blue C M Y K H S L
Decimal 177 22 114 0 0.88 0.36 0.31 324.39 0.78 0.39
Hex B1 16 72 0 58 24 1F 144 4E 27
Octal 261 26 162 0 130 44 37 504 116 47
Binary 10110001 10110 1110010 0 1011000 100100 11111 101000100 1001110 100111

Color Harmonies of #B11672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11672

Black with #B11672

Text Example


Text Example

White with #B11672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11672; }

 p { color: rgb(177,22,114); }

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

background-color css

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

 a { background-color: rgb(177,22,114); }

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

border-color css

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

 span { border-color: rgb(177,22,114); }

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