Html Css Color HEX #B11257 Jazzberry Jam

📋 copy color: '#B11257'

red 177 ◦ green 18 ◦ blue 87

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

Shades of Jazzberry Jam #B11257

Tints of Jazzberry Jam #B11257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 30.85%

R = 62.77%
G = 6.38%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B11257 (or 0xB11257) is known color: Jazzberry Jam. HEX triplet: B1, 12 and 57. RGB value is (177,18,87). Sum of RGB (Red+Green+Blue) = 177+18+87=282 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.77% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 87 (34.38% from 255 or 30.85% from 282); Max value from RGB is 177 - color contains mainly: red. Hex color #B11257 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11257 is #4EEDA8. Grayscale: #494949. Windows color (decimal): -5172649 or 5706417. OLE color: 5706417.

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

Color convert

RGB 177 18 87 -
CMYK 0 0.90 0.51 0.31
HSL 333.96º 0.82% 0.38% -
HSV(B) 333.96º 0.9% 0.69% -
XYZ 20.07 10.47 9.98 -
YUV 73.41 135.68 201.89 -
System Red Green Blue C M Y K H S L
Decimal 177 18 87 0 0.90 0.51 0.31 333.96 0.82 0.38
Hex B1 12 57 0 5A 33 1F 14E 52 26
Octal 261 22 127 0 132 63 37 516 122 46
Binary 10110001 10010 1010111 0 1011010 110011 11111 101001110 1010010 100110

Color Harmonies of #B11257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11257

Black with #B11257

Text Example


Text Example

White with #B11257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11257; }

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

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

background-color css

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

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

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

border-color css

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

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

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