#B90D67

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

Shades of Jazzberry Jam #B90D67

Tints of Jazzberry Jam #B90D67

Color information

#B90D67 (or 0xB90D67) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 0D and 67. RGB value is (185,13,103). Sum of RGB (Red+Green+Blue) = 185+13+103=301 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.46% from 301); Green value is 13 (5.47% from 255 or 4.32% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 185 - color contains mainly: red. Hex color #B90D67 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90D67 is #46F298. Grayscale: #4A4A4A. Windows color (decimal): -4649625 or 6753721. OLE color: 6753721.

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

Color convert

RGB18513103-
CMYK00.930.440.27
HSL328.6º86.87%38.82%-
HSV(B)328.6º92.97%72.55%-
XYZ22.611.5813.88-
YUV74.69143.98206.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 61.46%
GREEN value IS 13 (5.47% from 255) = 4.32%
BLUE value IS 103 (40.62% from 255) = 34.22%
R=61.46%
G=4.32%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851310300.930.440.27328.686.8738.82
HexB9D6705D2C1B1495727
Octal271151470135543351112747
Binary101110011101110011101011101101100110111010010011010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90D67; }

 p { color: rgb(185,13,103); }

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

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

 a { background-color: rgb(185,13,103); }

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

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

 span { border-color: rgb(185,13,103); }

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