#B9085F

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

Shades of Jazzberry Jam #B9085F

Tints of Jazzberry Jam #B9085F

Color information

#B9085F (or 0xB9085F) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 08 and 5F. RGB value is (185,8,95). Sum of RGB (Red+Green+Blue) = 185+8+95=288 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.24% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 185 - color contains mainly: red. Hex color #B9085F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9085F is #46F7A0. Grayscale: #464646. Windows color (decimal): -4650913 or 6228153. OLE color: 6228153.

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

Color convert

RGB185895-
CMYK00.960.490.27
HSL330.51º91.71%37.84%-
HSV(B)330.51º95.68%72.55%-
XYZ22.1611.3111.84-
YUV70.84141.64209.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 64.24%
GREEN value IS 8 (3.52% from 255) = 2.78%
BLUE value IS 95 (37.5% from 255) = 32.99%
R=64.24%
G=2.78%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18589500.960.490.27330.5191.7137.84
HexB985F060311B14b5c26
Octal271101370140613351313446
Binary101110011000101111101100000110001110111010010111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9085F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9085F; }

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

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

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

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

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

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

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

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