Html Css Color HEX #B90849 Jazzberry Jam

📋 copy color: '#B90849'

red 185 ◦ green 8 ◦ blue 73

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

Shades of Jazzberry Jam #B90849

Tints of Jazzberry Jam #B90849

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.01%

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

R = 69.55%
G = 3.01%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B90849 (or 0xB90849) is known color: Jazzberry Jam. HEX triplet: B9, 08 and 49. RGB value is (185,8,73). Sum of RGB (Red+Green+Blue) = 185+8+73=266 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.55% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 185 - color contains mainly: red. Hex color #B90849 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90849 is #46F7B6. Grayscale: #444444. Windows color (decimal): -4650935 or 4786361. OLE color: 4786361.

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

Color convert

RGB 185 8 73 -
CMYK 0 0.96 0.61 0.27
HSL 337.97º 0.92% 0.38% -
HSV(B) 337.97º 0.96% 0.73% -
XYZ 21.3 10.97 7.3 -
YUV 68.33 130.64 211.21 -
System Red Green Blue C M Y K H S L
Decimal 185 8 73 0 0.96 0.61 0.27 337.97 0.92 0.38
Hex B9 8 49 0 60 3D 1B 152 5C 26
Octal 271 10 111 0 140 75 33 522 134 46
Binary 10111001 1000 1001001 0 1100000 111101 11011 101010010 1011100 100110

Color Harmonies of #B90849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90849

Black with #B90849

Text Example


Text Example

White with #B90849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90849; }

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

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

background-color css

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

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

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

border-color css

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

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

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