#B50465

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

Shades of Jazzberry Jam #B50465

Tints of Jazzberry Jam #B50465

Color information

#B50465 (or 0xB50465) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 04 and 65. RGB value is (181,4,101). Sum of RGB (Red+Green+Blue) = 181+4+101=286 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.29% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 181 - color contains mainly: red. Hex color #B50465 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50465 is #4AFB9A. Grayscale: #434343. Windows color (decimal): -4914075 or 6620341. OLE color: 6620341.

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

Color convert

RGB1814101-
CMYK00.980.440.29
HSL327.12º95.68%36.27%-
HSV(B)327.12º97.79%70.98%-
XYZ21.4510.8513.28-
YUV67.98146.64208.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 63.29%
GREEN value IS 4 (1.95% from 255) = 1.40%
BLUE value IS 101 (39.84% from 255) = 35.31%
R=63.29%
G=1.40%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181410100.980.440.29327.1295.6836.27
HexB54650622C1D1476024
Octal26541450142543550714044
Binary10110101100110010101100010101100111011010001111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50465; }

 p { color: rgb(181,4,101); }

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

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

 a { background-color: rgb(181,4,101); }

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

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

 span { border-color: rgb(181,4,101); }

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