#B9084C

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

Shades of Jazzberry Jam #B9084C

Tints of Jazzberry Jam #B9084C

Color information

#B9084C (or 0xB9084C) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 08 and 4C. RGB value is (185,8,76). Sum of RGB (Red+Green+Blue) = 185+8+76=269 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.77% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 185 - color contains mainly: red. Hex color #B9084C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9084C is #46F7B3. Grayscale: #444444. Windows color (decimal): -4650932 or 4982969. OLE color: 4982969.

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

Color convert

RGB185876-
CMYK00.960.590.27
HSL336.95º91.71%37.84%-
HSV(B)336.95º95.68%72.55%-
XYZ21.411.017.83-
YUV68.68132.14210.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 68.77%
GREEN value IS 8 (3.52% from 255) = 2.97%
BLUE value IS 76 (30.08% from 255) = 28.25%
R=68.77%
G=2.97%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18587600.960.590.27336.9591.7137.84
HexB984C0603B1B1515c26
Octal271101140140733352113446
Binary101110011000100110001100000111011110111010100011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9084C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9084C; }

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

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

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

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

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

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

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

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