Html Css Color HEX #B11770 Jazzberry Jam

📋 copy color: '#B11770'

red 177 ◦ green 23 ◦ blue 112

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

Shades of Jazzberry Jam #B11770

Tints of Jazzberry Jam #B11770

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.37%

 BLUE value IS 112 (44.14% from 255) = 35.9%

R = 56.73%
G = 7.37%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B11770 (or 0xB11770) is known color: Jazzberry Jam. HEX triplet: B1, 17 and 70. RGB value is (177,23,112). Sum of RGB (Red+Green+Blue) = 177+23+112=312 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.73% from 312); Green value is 23 (9.38% from 255 or 7.37% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 177 - color contains mainly: red. Hex color #B11770 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11770 is #4EE88F. Grayscale: #4E4E4E. Windows color (decimal): -5171344 or 7346097. OLE color: 7346097.

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

Color convert

RGB 177 23 112 -
CMYK 0 0.87 0.37 0.31
HSL 325.32º 0.77% 0.39% -
HSV(B) 325.32º 0.87% 0.69% -
XYZ 21.36 11.13 16.35 -
YUV 79.19 146.52 197.76 -
System Red Green Blue C M Y K H S L
Decimal 177 23 112 0 0.87 0.37 0.31 325.32 0.77 0.39
Hex B1 17 70 0 57 25 1F 145 4D 27
Octal 261 27 160 0 127 45 37 505 115 47
Binary 10110001 10111 1110000 0 1010111 100101 11111 101000101 1001101 100111

Color Harmonies of #B11770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11770

Black with #B11770

Text Example


Text Example

White with #B11770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11770; }

 p { color: rgb(177,23,112); }

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

background-color css

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

 a { background-color: rgb(177,23,112); }

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

border-color css

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

 span { border-color: rgb(177,23,112); }

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