#B90C53

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

Shades of Jazzberry Jam #B90C53

Tints of Jazzberry Jam #B90C53

Color information

#B90C53 (or 0xB90C53) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 0C and 53. RGB value is (185,12,83). Sum of RGB (Red+Green+Blue) = 185+12+83=280 (37% of max value = 765). Red value is 185 (72.66% from 255 or 66.07% from 280); Green value is 12 (5.08% from 255 or 4.29% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 185 - color contains mainly: red. Hex color #B90C53 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90C53 is #46F3AC. Grayscale: #474747. Windows color (decimal): -4649901 or 5442745. OLE color: 5442745.

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

Color convert

RGB1851283-
CMYK00.940.550.27
HSL335.38º87.82%38.63%-
HSV(B)335.38º93.51%72.55%-
XYZ21.711.29.2-
YUV71.82134.31208.73-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 66.07%
GREEN value IS 12 (5.08% from 255) = 4.29%
BLUE value IS 83 (32.81% from 255) = 29.64%
R=66.07%
G=4.29%
B=29.64%

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
Decimal185128300.940.550.27335.3887.8238.63
HexB9C5305E371B14f5827
Octal271141230136673351713047
Binary101110011100101001101011110110111110111010011111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90C53; }

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

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

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

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

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

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

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

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