#B90C52

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

Shades of Jazzberry Jam #B90C52

Tints of Jazzberry Jam #B90C52

Color information

#B90C52 (or 0xB90C52) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 0C and 52. RGB value is (185,12,82). Sum of RGB (Red+Green+Blue) = 185+12+82=279 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.31% from 279); Green value is 12 (5.08% from 255 or 4.30% from 279); Blue value is 82 (32.42% from 255 or 29.39% from 279); Max value from RGB is 185 - color contains mainly: red. Hex color #B90C52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90C52 is #46F3AD. Grayscale: #474747. Windows color (decimal): -4649902 or 5377209. OLE color: 5377209.

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

Color convert

RGB1851282-
CMYK00.940.560.27
HSL335.72º87.82%38.63%-
HSV(B)335.72º93.51%72.55%-
XYZ21.6611.199-
YUV71.71133.81208.81-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 66.31%
GREEN value IS 12 (5.08% from 255) = 4.30%
BLUE value IS 82 (32.42% from 255) = 29.39%
R=66.31%
G=4.30%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185128200.940.560.27335.7287.8238.63
HexB9C5205E381B1505827
Octal271141220136703352013047
Binary101110011100101001001011110111000110111010100001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90C52; }

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

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

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

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

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

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

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

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