#B5064A

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

Shades of Jazzberry Jam #B5064A

Tints of Jazzberry Jam #B5064A

Color information

#B5064A (or 0xB5064A) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 06 and 4A. RGB value is (181,6,74). Sum of RGB (Red+Green+Blue) = 181+6+74=261 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.35% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 181 - color contains mainly: red. Hex color #B5064A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5064A is #4AF9B5. Grayscale: #414141. Windows color (decimal): -4913590 or 4851381. OLE color: 4851381.

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

Color convert

RGB181674-
CMYK00.970.590.29
HSL336.69º93.58%36.67%-
HSV(B)336.69º96.69%70.98%-
XYZ20.3610.457.42-
YUV66.08132.48209.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 69.35%
GREEN value IS 6 (2.73% from 255) = 2.30%
BLUE value IS 74 (29.30% from 255) = 28.35%
R=69.35%
G=2.30%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18167400.970.590.29336.6993.5836.67
HexB564A0613B1D1515e25
Octal26561120141733552113645
Binary10110101110100101001100001111011111011010100011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5064A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5064A; }

 p { color: rgb(181,6,74); }

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

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

 a { background-color: rgb(181,6,74); }

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

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

 span { border-color: rgb(181,6,74); }

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