#B8014A

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

Shades of Jazzberry Jam #B8014A

Tints of Jazzberry Jam #B8014A

Color information

#B8014A (or 0xB8014A) is unknown color: approx Jazzberry Jam. HEX triplet: B8, 01 and 4A. RGB value is (184,1,74). Sum of RGB (Red+Green+Blue) = 184+1+74=259 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.04% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 184 - color contains mainly: red. Hex color #B8014A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8014A is #47FEB5. Grayscale: #3F3F3F. Windows color (decimal): -4718262 or 4850104. OLE color: 4850104.

HSL color Cylindrical-coordinate representation of color #B8014A: hue angle of 336.07º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B8014A is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB184174-
CMYK00.990.600.28
HSL336.07º98.92%36.27%-
HSV(B)336.07º99.46%72.16%-
XYZ21.0110.717.44-
YUV64.04133.63213.56-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 71.04%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 74 (29.30% from 255) = 28.57%
R=71.04%
G=0.39%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417400.990.600.28336.0798.9236.27
HexB814A0633C1C1506324
Octal27011120143743452014344
Binary101110001100101001100011111100111001010100001100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8014A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8014A; }

 p { color: rgb(184,1,74); }

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

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

 a { background-color: rgb(184,1,74); }

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

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

 span { border-color: rgb(184,1,74); }

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