Html Css Color HEX #B90449 Jazzberry Jam

📋 copy color: '#B90449'

red 185 ◦ green 4 ◦ blue 73

#B90449
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #B90449

Tints of Jazzberry Jam #B90449

RGB

 RED value IS 185 (72.66% from 255) = 70.61%

 GREEN value IS 4 (1.95% from 255) = 1.53%

 BLUE value IS 73 (28.91% from 255) = 27.86%

R = 70.61%
G = 1.53%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B90449 (or 0xB90449) is known color: Jazzberry Jam. HEX triplet: B9, 04 and 49. RGB value is (185,4,73). Sum of RGB (Red+Green+Blue) = 185+4+73=262 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.61% from 262); Green value is 4 (1.95% from 255 or 1.53% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 185 - color contains mainly: red. Hex color #B90449 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90449 is #46FBB6. Grayscale: #414141. Windows color (decimal): -4651959 or 4785337. OLE color: 4785337.

HSL color Cylindrical-coordinate representation of color #B90449: hue angle of 337.13º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B90449 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 4 73 -
CMYK 0 0.98 0.61 0.27
HSL 337.13º 0.96% 0.37% -
HSV(B) 337.13º 0.98% 0.73% -
XYZ 21.25 10.88 7.28 -
YUV 65.99 131.97 212.89 -
System Red Green Blue C M Y K H S L
Decimal 185 4 73 0 0.98 0.61 0.27 337.13 0.96 0.37
Hex B9 4 49 0 62 3D 1B 151 60 25
Octal 271 4 111 0 142 75 33 521 140 45
Binary 10111001 100 1001001 0 1100010 111101 11011 101010001 1100000 100101

Color Harmonies of #B90449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90449

Black with #B90449

Text Example


Text Example

White with #B90449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90449; }

 p { color: rgb(185,4,73); }

 H1.HeaderClassName
 {
   color: #B90449;
 }
 .AnyTagClassName
 {
   color: #B90449;
 }
</style>

background-color css

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

 a { background-color: rgb(185,4,73); }

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

border-color css

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

 span { border-color: rgb(185,4,73); }

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