Html Css Color HEX #B0124F Jazzberry Jam

📋 copy color: '#B0124F'

red 176 ◦ green 18 ◦ blue 79

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

Shades of Jazzberry Jam #B0124F

Tints of Jazzberry Jam #B0124F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 28.94%

R = 64.47%
G = 6.59%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B0124F (or 0xB0124F) is known color: Jazzberry Jam. HEX triplet: B0, 12 and 4F. RGB value is (176,18,79). Sum of RGB (Red+Green+Blue) = 176+18+79=273 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.47% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 176 - color contains mainly: red. Hex color #B0124F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0124F is #4FEDB0. Grayscale: #484848. Windows color (decimal): -5238193 or 5182128. OLE color: 5182128.

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

Color convert

RGB 176 18 79 -
CMYK 0 0.90 0.55 0.31
HSL 336.84º 0.81% 0.38% -
HSV(B) 336.84º 0.9% 0.69% -
XYZ 19.53 10.23 8.34 -
YUV 72.2 131.85 202.04 -
System Red Green Blue C M Y K H S L
Decimal 176 18 79 0 0.90 0.55 0.31 336.84 0.81 0.38
Hex B0 12 4F 0 5A 37 1F 151 51 26
Octal 260 22 117 0 132 67 37 521 121 46
Binary 10110000 10010 1001111 0 1011010 110111 11111 101010001 1010001 100110

Color Harmonies of #B0124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0124F

Black with #B0124F

Text Example


Text Example

White with #B0124F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0124F; }

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

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

background-color css

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

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

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

border-color css

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

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

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