#b50861

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

Shades of Jazzberry Jam #B50861

Tints of Jazzberry Jam #B50861

Color information

#B50861 (or 0xB50861) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 08 and 61. RGB value is (181,8,97). Sum of RGB (Red+Green+Blue) = 181+8+97=286 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.29% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 97 (38.28% from 255 or 33.92% from 286); Max value from RGB is 181 - color contains mainly: red. Hex color #B50861 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50861 is #4AF79E. Grayscale: #454545. Windows color (decimal): -4913055 or 6359221. OLE color: 6359221.

HSL color Cylindrical-coordinate representation of color #B50861: hue angle of 329.13º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B50861 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB181897-
CMYK00.960.460.29
HSL329.13º91.53%37.06%-
HSV(B)329.13º95.58%70.98%-
XYZ21.310.8612.28-
YUV69.87143.31207.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 63.29%
GREEN value IS 8 (3.52% from 255) = 2.80%
BLUE value IS 97 (38.28% from 255) = 33.92%
R=63.29%
G=2.80%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18189700.960.460.29329.1391.5337.06
HexB58610602E1D1495c25
Octal265101410140563551113445
Binary101101011000110000101100000101110111011010010011011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b50861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b50861; }

 p { color: rgb(181,8,97); }

 H1.HeaderClassName
 {
   color: #b50861;
 }
 .AnyTagClassName
 {
   color: #b50861;
 }
</style>
background-color css

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

 a { background-color: rgb(181,8,97); }

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

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

 span { border-color: rgb(181,8,97); }

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