#B9085D

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

Shades of Jazzberry Jam #B9085D

Tints of Jazzberry Jam #B9085D

Color information

#B9085D (or 0xB9085D) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 08 and 5D. RGB value is (185,8,93). Sum of RGB (Red+Green+Blue) = 185+8+93=286 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.69% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 185 - color contains mainly: red. Hex color #B9085D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9085D is #46F7A2. Grayscale: #464646. Windows color (decimal): -4650915 or 6097081. OLE color: 6097081.

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

Color convert

RGB185893-
CMYK00.960.500.27
HSL331.19º91.71%37.84%-
HSV(B)331.19º95.68%72.55%-
XYZ22.0711.2811.37-
YUV70.61140.64209.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 64.69%
GREEN value IS 8 (3.52% from 255) = 2.80%
BLUE value IS 93 (36.72% from 255) = 32.52%
R=64.69%
G=2.80%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18589300.960.500.27331.1991.7137.84
HexB985D060321B14b5c26
Octal271101350140623351313446
Binary101110011000101110101100000110010110111010010111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9085D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9085D; }

 p { color: rgb(185,8,93); }

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

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

 a { background-color: rgb(185,8,93); }

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

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

 span { border-color: rgb(185,8,93); }

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