#B8085B

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

Shades of Jazzberry Jam #B8085B

Tints of Jazzberry Jam #B8085B

Color information

#B8085B (or 0xB8085B) is unknown color: approx Jazzberry Jam. HEX triplet: B8, 08 and 5B. RGB value is (184,8,91). Sum of RGB (Red+Green+Blue) = 184+8+91=283 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.02% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 184 - color contains mainly: red. Hex color #B8085B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8085B is #47F7A4. Grayscale: #454545. Windows color (decimal): -4716453 or 5966008. OLE color: 5966008.

HSL color Cylindrical-coordinate representation of color #B8085B: hue angle of 331.7º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B8085B is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB184891-
CMYK00.960.510.28
HSL331.7º91.67%37.65%-
HSV(B)331.7º95.65%72.16%-
XYZ21.7411.1210.9-
YUV70.09139.81209.25-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 65.02%
GREEN value IS 8 (3.52% from 255) = 2.83%
BLUE value IS 91 (35.94% from 255) = 32.16%
R=65.02%
G=2.83%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18489100.960.510.28331.791.6737.65
HexB885B060331C14c5c26
Octal270101330140633451413446
Binary101110001000101101101100000110011111001010011001011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8085B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8085B; }

 p { color: rgb(184,8,91); }

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

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

 a { background-color: rgb(184,8,91); }

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

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

 span { border-color: rgb(184,8,91); }

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