#B8085A

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

Shades of Jazzberry Jam #B8085A

Tints of Jazzberry Jam #B8085A

Color information

#B8085A (or 0xB8085A) is unknown color: approx Jazzberry Jam. HEX triplet: B8, 08 and 5A. RGB value is (184,8,90). Sum of RGB (Red+Green+Blue) = 184+8+90=282 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.25% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 184 - color contains mainly: red. Hex color #B8085A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8085A is #47F7A5. Grayscale: #454545. Windows color (decimal): -4716454 or 5900472. OLE color: 5900472.

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

Color convert

RGB184890-
CMYK00.960.510.28
HSL332.05º91.67%37.65%-
HSV(B)332.05º95.65%72.16%-
XYZ21.711.110.67-
YUV69.97139.31209.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 65.25%
GREEN value IS 8 (3.52% from 255) = 2.84%
BLUE value IS 90 (35.55% from 255) = 31.91%
R=65.25%
G=2.84%
B=31.91%

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
Decimal18489000.960.510.28332.0591.6737.65
HexB885A060331C14c5c26
Octal270101320140633451413446
Binary101110001000101101001100000110011111001010011001011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8085A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8085A; }

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

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

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

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

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

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

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

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