#B01250

Color #B01250 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #B01250

Tints of Jazzberry Jam #B01250

Color information

#B01250 (or 0xB01250) is unknown color: approx 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

RGB1761880-
CMYK00.900.550.31
HSL336.46º81.44%38.04%-
HSV(B)336.46º89.77%69.02%-
XYZ19.5710.248.53-
YUV72.31132.35201.96-

RGB Variations

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

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.20%
R=64.23%
G=6.57%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176188000.900.550.31336.4681.4438.04
HexB0125005A371F1505126
Octal260221200132673752012146
Binary1011000010010101000001011010110111111111010100001010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>