Html Css Color HEX #B0115A Jazzberry Jam

📋 copy color: '#B0115A'

red 176 ◦ green 17 ◦ blue 90

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

Shades of Jazzberry Jam #B0115A

Tints of Jazzberry Jam #B0115A

RGB

 RED value IS 176 (69.14% from 255) = 62.19%

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

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

R = 62.19%
G = 6.01%
B = 31.8%

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

#B0115A (or 0xB0115A) is known color: Jazzberry Jam. HEX triplet: B0, 11 and 5A. RGB value is (176,17,90). Sum of RGB (Red+Green+Blue) = 176+17+90=283 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.19% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 176 - color contains mainly: red. Hex color #B0115A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0115A is #4FEEA5. Grayscale: #484848. Windows color (decimal): -5238438 or 5902768. OLE color: 5902768.

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

Color convert

RGB 176 17 90 -
CMYK 0 0.90 0.49 0.31
HSL 332.45º 0.82% 0.38% -
HSV(B) 332.45º 0.9% 0.69% -
XYZ 19.95 10.37 10.62 -
YUV 72.86 137.68 201.56 -
System Red Green Blue C M Y K H S L
Decimal 176 17 90 0 0.90 0.49 0.31 332.45 0.82 0.38
Hex B0 11 5A 0 5A 31 1F 14C 52 26
Octal 260 21 132 0 132 61 37 514 122 46
Binary 10110000 10001 1011010 0 1011010 110001 11111 101001100 1010010 100110

Color Harmonies of #B0115A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0115A

Black with #B0115A

Text Example


Text Example

White with #B0115A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0115A; }

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

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

background-color css

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

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

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

border-color css

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

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

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