#B8025E

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

Shades of Jazzberry Jam #B8025E

Tints of Jazzberry Jam #B8025E

Color information

#B8025E (or 0xB8025E) is unknown color: approx Jazzberry Jam. HEX triplet: B8, 02 and 5E. RGB value is (184,2,94). Sum of RGB (Red+Green+Blue) = 184+2+94=280 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.71% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 184 - color contains mainly: red. Hex color #B8025E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8025E is #47FDA1. Grayscale: #424242. Windows color (decimal): -4717986 or 6161080. OLE color: 6161080.

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

Color convert

RGB184294-
CMYK00.990.490.28
HSL329.67º97.85%36.47%-
HSV(B)329.67º98.91%72.16%-
XYZ21.8111.0411.57-
YUV66.91143.3211.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 65.71%
GREEN value IS 2 (1.17% from 255) = 0.71%
BLUE value IS 94 (37.11% from 255) = 33.57%
R=65.71%
G=0.71%
B=33.57%

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
Decimal18429400.990.490.28329.6797.8536.47
HexB825E063311C14a6224
Octal27021360143613451214244
Binary1011100010101111001100011110001111001010010101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8025E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8025E; }

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

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

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

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

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

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

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

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