#B90669

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

Shades of Jazzberry Jam #B90669

Tints of Jazzberry Jam #B90669

Color information

#B90669 (or 0xB90669) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 06 and 69. RGB value is (185,6,105). Sum of RGB (Red+Green+Blue) = 185+6+105=296 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.5% from 296); Green value is 6 (2.73% from 255 or 2.03% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 185 - color contains mainly: red. Hex color #B90669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90669 is #46F996. Grayscale: #464646. Windows color (decimal): -4651415 or 6883001. OLE color: 6883001.

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

Color convert

RGB1856105-
CMYK00.970.430.27
HSL326.82º93.72%37.45%-
HSV(B)326.82º96.76%72.55%-
XYZ22.6211.4614.39-
YUV70.81147.3209.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 62.5%
GREEN value IS 6 (2.73% from 255) = 2.03%
BLUE value IS 105 (41.41% from 255) = 35.47%
R=62.5%
G=2.03%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185610500.970.430.27326.8293.7237.45
HexB96690612B1B1475e25
Octal27161510141533350713645
Binary10111001110110100101100001101011110111010001111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90669; }

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

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

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

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

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

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

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

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