Html Css Color HEX #B11258 Jazzberry Jam

📋 copy color: '#B11258'

red 177 ◦ green 18 ◦ blue 88

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

Shades of Jazzberry Jam #B11258

Tints of Jazzberry Jam #B11258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 31.1%

R = 62.54%
G = 6.36%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B11258 (or 0xB11258) is known color: Jazzberry Jam. HEX triplet: B1, 12 and 58. RGB value is (177,18,88). Sum of RGB (Red+Green+Blue) = 177+18+88=283 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.54% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 177 - color contains mainly: red. Hex color #B11258 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11258 is #4EEDA7. Grayscale: #494949. Windows color (decimal): -5172648 or 5771953. OLE color: 5771953.

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

Color convert

RGB 177 18 88 -
CMYK 0 0.90 0.50 0.31
HSL 333.58º 0.82% 0.38% -
HSV(B) 333.58º 0.9% 0.69% -
XYZ 20.11 10.48 10.2 -
YUV 73.52 136.18 201.81 -
System Red Green Blue C M Y K H S L
Decimal 177 18 88 0 0.90 0.50 0.31 333.58 0.82 0.38
Hex B1 12 58 0 5A 32 1F 14E 52 26
Octal 261 22 130 0 132 62 37 516 122 46
Binary 10110001 10010 1011000 0 1011010 110010 11111 101001110 1010010 100110

Color Harmonies of #B11258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11258

Black with #B11258

Text Example


Text Example

White with #B11258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11258; }

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

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

background-color css

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

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

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

border-color css

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

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

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