Html Css Color HEX #B0124B Jazzberry Jam

📋 copy color: '#B0124B'

red 176 ◦ green 18 ◦ blue 75

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

Shades of Jazzberry Jam #B0124B

Tints of Jazzberry Jam #B0124B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 27.88%

R = 65.43%
G = 6.69%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B0124B (or 0xB0124B) is known color: Jazzberry Jam. HEX triplet: B0, 12 and 4B. RGB value is (176,18,75). Sum of RGB (Red+Green+Blue) = 176+18+75=269 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.43% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 75 (29.69% from 255 or 27.88% from 269); Max value from RGB is 176 - color contains mainly: red. Hex color #B0124B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0124B is #4FEDB4. Grayscale: #474747. Windows color (decimal): -5238197 or 4919984. OLE color: 4919984.

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

Color convert

RGB 176 18 75 -
CMYK 0 0.90 0.57 0.31
HSL 338.35º 0.81% 0.38% -
HSV(B) 338.35º 0.9% 0.69% -
XYZ 19.39 10.17 7.6 -
YUV 71.74 129.85 202.37 -
System Red Green Blue C M Y K H S L
Decimal 176 18 75 0 0.90 0.57 0.31 338.35 0.81 0.38
Hex B0 12 4B 0 5A 39 1F 152 51 26
Octal 260 22 113 0 132 71 37 522 121 46
Binary 10110000 10010 1001011 0 1011010 111001 11111 101010010 1010001 100110

Color Harmonies of #B0124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0124B

Black with #B0124B

Text Example


Text Example

White with #B0124B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0124B; }

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

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

background-color css

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

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

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

border-color css

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

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

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