Html Css Color HEX #B1115A Jazzberry Jam

📋 copy color: '#B1115A'

red 177 ◦ green 17 ◦ blue 90

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

Shades of Jazzberry Jam #B1115A

Tints of Jazzberry Jam #B1115A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.99%

 BLUE value IS 90 (35.55% from 255) = 31.69%

R = 62.32%
G = 5.99%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B1115A (or 0xB1115A) is known color: Jazzberry Jam. HEX triplet: B1, 11 and 5A. RGB value is (177,17,90). Sum of RGB (Red+Green+Blue) = 177+17+90=284 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.32% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 177 - color contains mainly: red. Hex color #B1115A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1115A is #4EEEA5. Grayscale: #494949. Windows color (decimal): -5172902 or 5902769. OLE color: 5902769.

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

Color convert

RGB 177 17 90 -
CMYK 0 0.90 0.49 0.31
HSL 332.63º 0.82% 0.38% -
HSV(B) 332.63º 0.9% 0.69% -
XYZ 20.18 10.49 10.63 -
YUV 73.16 137.51 202.06 -
System Red Green Blue C M Y K H S L
Decimal 177 17 90 0 0.90 0.49 0.31 332.63 0.82 0.38
Hex B1 11 5A 0 5A 31 1F 14D 52 26
Octal 261 21 132 0 132 61 37 515 122 46
Binary 10110001 10001 1011010 0 1011010 110001 11111 101001101 1010010 100110

Color Harmonies of #B1115A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1115A

Black with #B1115A

Text Example


Text Example

White with #B1115A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1115A; }

 p { color: rgb(177,17,90); }

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

background-color css

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

 a { background-color: rgb(177,17,90); }

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

border-color css

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

 span { border-color: rgb(177,17,90); }

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