#B8085C

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

Shades of Jazzberry Jam #B8085C

Tints of Jazzberry Jam #B8085C

Color information

#B8085C (or 0xB8085C) is unknown color: approx Jazzberry Jam. HEX triplet: B8, 08 and 5C. RGB value is (184,8,92). Sum of RGB (Red+Green+Blue) = 184+8+92=284 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.79% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 184 - color contains mainly: red. Hex color #B8085C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8085C is #47F7A3. Grayscale: #464646. Windows color (decimal): -4716452 or 6031544. OLE color: 6031544.

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

Color convert

RGB184892-
CMYK00.960.500.28
HSL331.36º91.67%37.65%-
HSV(B)331.36º95.65%72.16%-
XYZ21.7911.1411.13-
YUV70.2140.31209.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 64.79%
GREEN value IS 8 (3.52% from 255) = 2.82%
BLUE value IS 92 (36.33% from 255) = 32.39%
R=64.79%
G=2.82%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18489200.960.500.28331.3691.6737.65
HexB885C060321C14b5c26
Octal270101340140623451313446
Binary101110001000101110001100000110010111001010010111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8085C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8085C; }

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

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

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

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

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

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

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

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