Html Css Color HEX #B11459 Jazzberry Jam

📋 copy color: '#B11459'

red 177 ◦ green 20 ◦ blue 89

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

Shades of Jazzberry Jam #B11459

Tints of Jazzberry Jam #B11459

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.99%

 BLUE value IS 89 (35.16% from 255) = 31.12%

R = 61.89%
G = 6.99%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B11459 (or 0xB11459) is known color: Jazzberry Jam. HEX triplet: B1, 14 and 59. RGB value is (177,20,89). Sum of RGB (Red+Green+Blue) = 177+20+89=286 (37% of max value = 765). Red value is 177 (69.53% from 255 or 61.89% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 89 (35.16% from 255 or 31.12% from 286); Max value from RGB is 177 - color contains mainly: red. Hex color #B11459 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11459 is #4EEBA6. Grayscale: #4A4A4A. Windows color (decimal): -5172135 or 5838001. OLE color: 5838001.

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

Color convert

RGB 177 20 89 -
CMYK 0 0.89 0.50 0.31
HSL 333.63º 0.8% 0.39% -
HSV(B) 333.63º 0.89% 0.69% -
XYZ 20.18 10.57 10.43 -
YUV 74.81 136.01 200.89 -
System Red Green Blue C M Y K H S L
Decimal 177 20 89 0 0.89 0.50 0.31 333.63 0.8 0.39
Hex B1 14 59 0 59 32 1F 14E 50 27
Octal 261 24 131 0 131 62 37 516 120 47
Binary 10110001 10100 1011001 0 1011001 110010 11111 101001110 1010000 100111

Color Harmonies of #B11459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11459

Black with #B11459

Text Example


Text Example

White with #B11459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11459; }

 p { color: rgb(177,20,89); }

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

background-color css

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

 a { background-color: rgb(177,20,89); }

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

border-color css

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

 span { border-color: rgb(177,20,89); }

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