Html Css Color HEX #B11272 Jazzberry Jam

📋 copy color: '#B11272'

red 177 ◦ green 18 ◦ blue 114

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

Shades of Jazzberry Jam #B11272

Tints of Jazzberry Jam #B11272

RGB

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

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

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

R = 57.28%
G = 5.83%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B11272 (or 0xB11272) is known color: Jazzberry Jam. HEX triplet: B1, 12 and 72. RGB value is (177,18,114). Sum of RGB (Red+Green+Blue) = 177+18+114=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B11272 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11272 is #4EED8D. Grayscale: #4C4C4C. Windows color (decimal): -5172622 or 7475889. OLE color: 7475889.

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

Color convert

RGB 177 18 114 -
CMYK 0 0.90 0.36 0.31
HSL 323.77º 0.82% 0.38% -
HSV(B) 323.77º 0.9% 0.69% -
XYZ 21.39 10.99 16.91 -
YUV 76.49 149.18 199.69 -
System Red Green Blue C M Y K H S L
Decimal 177 18 114 0 0.90 0.36 0.31 323.77 0.82 0.38
Hex B1 12 72 0 5A 24 1F 144 52 26
Octal 261 22 162 0 132 44 37 504 122 46
Binary 10110001 10010 1110010 0 1011010 100100 11111 101000100 1010010 100110

Color Harmonies of #B11272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11272

Black with #B11272

Text Example


Text Example

White with #B11272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11272; }

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

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

background-color css

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

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

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

border-color css

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

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

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