#B90A5D

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

Shades of Jazzberry Jam #B90A5D

Tints of Jazzberry Jam #B90A5D

Color information

#B90A5D (or 0xB90A5D) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 0A and 5D. RGB value is (185,10,93). Sum of RGB (Red+Green+Blue) = 185+10+93=288 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.24% from 288); Green value is 10 (4.30% from 255 or 3.47% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 185 - color contains mainly: red. Hex color #B90A5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90A5D is #46F5A2. Grayscale: #474747. Windows color (decimal): -4650403 or 6097593. OLE color: 6097593.

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

Color convert

RGB1851093-
CMYK00.950.500.27
HSL331.54º89.74%38.24%-
HSV(B)331.54º94.59%72.55%-
XYZ22.0911.3211.38-
YUV71.79139.98208.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 64.24%
GREEN value IS 10 (4.30% from 255) = 3.47%
BLUE value IS 93 (36.72% from 255) = 32.29%
R=64.24%
G=3.47%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185109300.950.500.27331.5489.7438.24
HexB9A5D05F321B14c5a26
Octal271121350137623351413246
Binary101110011010101110101011111110010110111010011001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90A5D; }

 p { color: rgb(185,10,93); }

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

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

 a { background-color: rgb(185,10,93); }

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

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

 span { border-color: rgb(185,10,93); }

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