#B90F68

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

Shades of Jazzberry Jam #B90F68

Tints of Jazzberry Jam #B90F68

Color information

#B90F68 (or 0xB90F68) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 0F and 68. RGB value is (185,15,104). Sum of RGB (Red+Green+Blue) = 185+15+104=304 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.86% from 304); Green value is 15 (6.25% from 255 or 4.93% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 185 - color contains mainly: red. Hex color #B90F68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90F68 is #46F097. Grayscale: #4B4B4B. Windows color (decimal): -4649112 or 6819769. OLE color: 6819769.

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

Color convert

RGB18515104-
CMYK00.920.440.27
HSL328.59º85%39.22%-
HSV(B)328.59º91.89%72.55%-
XYZ22.6811.6614.15-
YUV75.98143.82205.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 60.86%
GREEN value IS 15 (6.25% from 255) = 4.93%
BLUE value IS 104 (41.02% from 255) = 34.21%
R=60.86%
G=4.93%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851510400.920.440.27328.598539.22
HexB9F6805C2C1B1495527
Octal271171500134543351112547
Binary101110011111110100001011100101100110111010010011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90F68; }

 p { color: rgb(185,15,104); }

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

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

 a { background-color: rgb(185,15,104); }

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

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

 span { border-color: rgb(185,15,104); }

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