Html Css Color HEX #B9024A Jazzberry Jam

📋 copy color: '#B9024A'

red 185 ◦ green 2 ◦ blue 74

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

Shades of Jazzberry Jam #B9024A

Tints of Jazzberry Jam #B9024A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.77%

 BLUE value IS 74 (29.3% from 255) = 28.35%

R = 70.88%
G = 0.77%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.6

 K value IS 0.27

RGB Variations

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

Color information

#B9024A (or 0xB9024A) is known color: Jazzberry Jam. HEX triplet: B9, 02 and 4A. RGB value is (185,2,74). Sum of RGB (Red+Green+Blue) = 185+2+74=261 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.88% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 185 - color contains mainly: red. Hex color #B9024A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9024A is #46FDB5. Grayscale: #404040. Windows color (decimal): -4652470 or 4850361. OLE color: 4850361.

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

Color convert

RGB 185 2 74 -
CMYK 0 0.99 0.6 0.27
HSL 336.39º 0.98% 0.37% -
HSV(B) 336.39º 0.99% 0.73% -
XYZ 21.27 10.85 7.45 -
YUV 64.93 133.13 213.65 -
System Red Green Blue C M Y K H S L
Decimal 185 2 74 0 0.99 0.6 0.27 336.39 0.98 0.37
Hex B9 2 4A 0 63 3C 1B 150 62 25
Octal 271 2 112 0 143 74 33 520 142 45
Binary 10111001 10 1001010 0 1100011 111100 11011 101010000 1100010 100101

Color Harmonies of #B9024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9024A

Black with #B9024A

Text Example


Text Example

White with #B9024A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9024A; }

 p { color: rgb(185,2,74); }

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

background-color css

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

 a { background-color: rgb(185,2,74); }

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

border-color css

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

 span { border-color: rgb(185,2,74); }

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