Html Css Color HEX #B01250 Jazzberry Jam

📋 copy color: '#B01250'

red 176 ◦ green 18 ◦ blue 80

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

Shades of Jazzberry Jam #B01250

Tints of Jazzberry Jam #B01250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 29.2%

R = 64.23%
G = 6.57%
B = 29.2%

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

#B01250 (or 0xB01250) is known color: Jazzberry Jam. HEX triplet: B0, 12 and 50. RGB value is (176,18,80). Sum of RGB (Red+Green+Blue) = 176+18+80=274 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.23% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 176 - color contains mainly: red. Hex color #B01250 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01250 is #4FEDAF. Grayscale: #484848. Windows color (decimal): -5238192 or 5247664. OLE color: 5247664.

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

Color convert

RGB 176 18 80 -
CMYK 0 0.90 0.55 0.31
HSL 336.46º 0.81% 0.38% -
HSV(B) 336.46º 0.9% 0.69% -
XYZ 19.57 10.24 8.53 -
YUV 72.31 132.35 201.96 -
System Red Green Blue C M Y K H S L
Decimal 176 18 80 0 0.90 0.55 0.31 336.46 0.81 0.38
Hex B0 12 50 0 5A 37 1F 150 51 26
Octal 260 22 120 0 132 67 37 520 121 46
Binary 10110000 10010 1010000 0 1011010 110111 11111 101010000 1010001 100110

Color Harmonies of #B01250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01250

Black with #B01250

Text Example


Text Example

White with #B01250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01250; }

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

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

background-color css

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

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

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

border-color css

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

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

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