Html Css Color HEX #B11072 Jazzberry Jam

📋 copy color: '#B11072'

red 177 ◦ green 16 ◦ blue 114

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

Shades of Jazzberry Jam #B11072

Tints of Jazzberry Jam #B11072

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.21%

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

R = 57.65%
G = 5.21%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B11072 (or 0xB11072) is known color: Jazzberry Jam. HEX triplet: B1, 10 and 72. RGB value is (177,16,114). Sum of RGB (Red+Green+Blue) = 177+16+114=307 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.65% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 177 - color contains mainly: red. Hex color #B11072 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11072 is #4EEF8D. Grayscale: #4B4B4B. Windows color (decimal): -5173134 or 7475377. OLE color: 7475377.

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

Color convert

RGB 177 16 114 -
CMYK 0 0.91 0.36 0.31
HSL 323.48º 0.83% 0.38% -
HSV(B) 323.48º 0.91% 0.69% -
XYZ 21.35 10.93 16.9 -
YUV 75.31 149.84 200.53 -
System Red Green Blue C M Y K H S L
Decimal 177 16 114 0 0.91 0.36 0.31 323.48 0.83 0.38
Hex B1 10 72 0 5B 24 1F 143 53 26
Octal 261 20 162 0 133 44 37 503 123 46
Binary 10110001 10000 1110010 0 1011011 100100 11111 101000011 1010011 100110

Color Harmonies of #B11072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11072

Black with #B11072

Text Example


Text Example

White with #B11072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11072; }

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

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

background-color css

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

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

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

border-color css

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

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

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