#B90C54

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

Shades of Jazzberry Jam #B90C54

Tints of Jazzberry Jam #B90C54

Color information

#B90C54 (or 0xB90C54) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 0C and 54. RGB value is (185,12,84). Sum of RGB (Red+Green+Blue) = 185+12+84=281 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.84% from 281); Green value is 12 (5.08% from 255 or 4.27% from 281); Blue value is 84 (33.20% from 255 or 29.89% from 281); Max value from RGB is 185 - color contains mainly: red. Hex color #B90C54 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90C54 is #46F3AB. Grayscale: #474747. Windows color (decimal): -4649900 or 5508281. OLE color: 5508281.

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

Color convert

RGB1851284-
CMYK00.940.550.27
HSL335.03º87.82%38.63%-
HSV(B)335.03º93.51%72.55%-
XYZ21.7411.229.41-
YUV71.94134.81208.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 65.84%
GREEN value IS 12 (5.08% from 255) = 4.27%
BLUE value IS 84 (33.20% from 255) = 29.89%
R=65.84%
G=4.27%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185128400.940.550.27335.0387.8238.63
HexB9C5405E371B14f5827
Octal271141240136673351713047
Binary101110011100101010001011110110111110111010011111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90C54; }

 p { color: rgb(185,12,84); }

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

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

 a { background-color: rgb(185,12,84); }

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

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

 span { border-color: rgb(185,12,84); }

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