#B8015E

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

Shades of Jazzberry Jam #B8015E

Tints of Jazzberry Jam #B8015E

Color information

#B8015E (or 0xB8015E) is unknown color: approx Jazzberry Jam. HEX triplet: B8, 01 and 5E. RGB value is (184,1,94). Sum of RGB (Red+Green+Blue) = 184+1+94=279 (36% of max value = 765). Red value is 184 (72.27% from 255 or 65.95% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 184 - color contains mainly: red. Hex color #B8015E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8015E is #47FEA1. Grayscale: #424242. Windows color (decimal): -4718242 or 6160824. OLE color: 6160824.

HSL color Cylindrical-coordinate representation of color #B8015E: hue angle of 329.51º 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 #B8015E is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB184194-
CMYK00.990.490.28
HSL329.51º98.92%36.27%-
HSV(B)329.51º99.46%72.16%-
XYZ21.811.0211.57-
YUV66.32143.63211.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 65.95%
GREEN value IS 1 (0.78% from 255) = 0.36%
BLUE value IS 94 (37.11% from 255) = 33.69%
R=65.95%
G=0.36%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18419400.990.490.28329.5198.9236.27
HexB815E063311C14a6324
Octal27011360143613451214344
Binary101110001101111001100011110001111001010010101100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8015E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8015E; }

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

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

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

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

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

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

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

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