#B9055E

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

Shades of Jazzberry Jam #B9055E

Tints of Jazzberry Jam #B9055E

Color information

#B9055E (or 0xB9055E) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 05 and 5E. RGB value is (185,5,94). Sum of RGB (Red+Green+Blue) = 185+5+94=284 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.14% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 185 - color contains mainly: red. Hex color #B9055E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9055E is #46FAA1. Grayscale: #444444. Windows color (decimal): -4651682 or 6161849. OLE color: 6161849.

HSL color Cylindrical-coordinate representation of color #B9055E: hue angle of 330.33º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B9055E is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB185594-
CMYK00.970.490.27
HSL330.33º94.74%37.25%-
HSV(B)330.33º97.3%72.55%-
XYZ22.0811.2311.59-
YUV68.97142.13210.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 65.14%
GREEN value IS 5 (2.34% from 255) = 1.76%
BLUE value IS 94 (37.11% from 255) = 33.10%
R=65.14%
G=1.76%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18559400.970.490.27330.3394.7437.25
HexB955E061311B14a5f25
Octal27151360141613351213745
Binary10111001101101111001100001110001110111010010101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9055E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9055E; }

 p { color: rgb(185,5,94); }

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

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

 a { background-color: rgb(185,5,94); }

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

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

 span { border-color: rgb(185,5,94); }

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