#B90B4C

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

Shades of Jazzberry Jam #B90B4C

Tints of Jazzberry Jam #B90B4C

Color information

#B90B4C (or 0xB90B4C) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 0B and 4C. RGB value is (185,11,76). Sum of RGB (Red+Green+Blue) = 185+11+76=272 (36% of max value = 765). Red value is 185 (72.66% from 255 or 68.01% from 272); Green value is 11 (4.69% from 255 or 4.04% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 185 - color contains mainly: red. Hex color #B90B4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90B4C is #46F4B3. Grayscale: #464646. Windows color (decimal): -4650164 or 4983737. OLE color: 4983737.

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

Color convert

RGB1851176-
CMYK00.940.590.27
HSL337.59º88.78%38.43%-
HSV(B)337.59º94.05%72.55%-
XYZ21.4311.087.85-
YUV70.44131.15209.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 68.01%
GREEN value IS 11 (4.69% from 255) = 4.04%
BLUE value IS 76 (30.08% from 255) = 27.94%
R=68.01%
G=4.04%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185117600.940.590.27337.5988.7838.43
HexB9B4C05E3B1B1525926
Octal271131140136733352213146
Binary101110011011100110001011110111011110111010100101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90B4C; }

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

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

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

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

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

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

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

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