#B9066E

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

Shades of Jazzberry Jam #B9066E

Tints of Jazzberry Jam #B9066E

Color information

#B9066E (or 0xB9066E) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 06 and 6E. RGB value is (185,6,110). Sum of RGB (Red+Green+Blue) = 185+6+110=301 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.46% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 185 - color contains mainly: red. Hex color #B9066E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9066E is #46F991. Grayscale: #474747. Windows color (decimal): -4651410 or 7210681. OLE color: 7210681.

HSL color Cylindrical-coordinate representation of color #B9066E: hue angle of 325.14º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B9066E is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB1856110-
CMYK00.970.410.27
HSL325.14º93.72%37.45%-
HSV(B)325.14º96.76%72.55%-
XYZ22.8911.5715.78-
YUV71.38149.8209.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 61.46%
GREEN value IS 6 (2.73% from 255) = 1.99%
BLUE value IS 110 (43.36% from 255) = 36.54%
R=61.46%
G=1.99%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185611000.970.410.27325.1493.7237.45
HexB966E061291B1455e25
Octal27161560141513350513645
Binary10111001110110111001100001101001110111010001011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9066E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9066E; }

 p { color: rgb(185,6,110); }

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

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

 a { background-color: rgb(185,6,110); }

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

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

 span { border-color: rgb(185,6,110); }

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