Html Css Color HEX #B0124D Jazzberry Jam

📋 copy color: '#B0124D'

red 176 ◦ green 18 ◦ blue 77

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

Shades of Jazzberry Jam #B0124D

Tints of Jazzberry Jam #B0124D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.41%

R = 64.94%
G = 6.64%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B0124D (or 0xB0124D) is known color: Jazzberry Jam. HEX triplet: B0, 12 and 4D. RGB value is (176,18,77). Sum of RGB (Red+Green+Blue) = 176+18+77=271 (35% of max value = 765). Red value is 176 (69.14% from 255 or 64.94% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 176 - color contains mainly: red. Hex color #B0124D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0124D is #4FEDB2. Grayscale: #474747. Windows color (decimal): -5238195 or 5051056. OLE color: 5051056.

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

Color convert

RGB 176 18 77 -
CMYK 0 0.90 0.56 0.31
HSL 337.59º 0.81% 0.38% -
HSV(B) 337.59º 0.9% 0.69% -
XYZ 19.46 10.2 7.96 -
YUV 71.97 130.85 202.2 -
System Red Green Blue C M Y K H S L
Decimal 176 18 77 0 0.90 0.56 0.31 337.59 0.81 0.38
Hex B0 12 4D 0 5A 38 1F 152 51 26
Octal 260 22 115 0 132 70 37 522 121 46
Binary 10110000 10010 1001101 0 1011010 111000 11111 101010010 1010001 100110

Color Harmonies of #B0124D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0124D

Black with #B0124D

Text Example


Text Example

White with #B0124D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0124D; }

 p { color: rgb(176,18,77); }

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

background-color css

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

 a { background-color: rgb(176,18,77); }

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

border-color css

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

 span { border-color: rgb(176,18,77); }

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