Html Css Color HEX #B90149 Jazzberry Jam

📋 copy color: '#B90149'

red 185 ◦ green 1 ◦ blue 73

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

Shades of Jazzberry Jam #B90149

Tints of Jazzberry Jam #B90149

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 71.43%
G = 0.39%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B90149 (or 0xB90149) is known color: Jazzberry Jam. HEX triplet: B9, 01 and 49. RGB value is (185,1,73). Sum of RGB (Red+Green+Blue) = 185+1+73=259 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.43% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 185 - color contains mainly: red. Hex color #B90149 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90149 is #46FEB6. Grayscale: #404040. Windows color (decimal): -4652727 or 4784569. OLE color: 4784569.

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

Color convert

RGB 185 1 73 -
CMYK 0 0.99 0.61 0.27
HSL 336.52º 0.99% 0.36% -
HSV(B) 336.52º 0.99% 0.73% -
XYZ 21.22 10.82 7.27 -
YUV 64.22 132.96 214.15 -
System Red Green Blue C M Y K H S L
Decimal 185 1 73 0 0.99 0.61 0.27 336.52 0.99 0.36
Hex B9 1 49 0 63 3D 1B 151 63 24
Octal 271 1 111 0 143 75 33 521 143 44
Binary 10111001 1 1001001 0 1100011 111101 11011 101010001 1100011 100100

Color Harmonies of #B90149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90149

Black with #B90149

Text Example


Text Example

White with #B90149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90149; }

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

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

background-color css

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

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

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

border-color css

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

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

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