Html Css Color HEX #B9024E Jazzberry Jam

📋 copy color: '#B9024E'

red 185 ◦ green 2 ◦ blue 78

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

Shades of Jazzberry Jam #B9024E

Tints of Jazzberry Jam #B9024E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 29.43%

R = 69.81%
G = 0.75%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B9024E (or 0xB9024E) is known color: Jazzberry Jam. HEX triplet: B9, 02 and 4E. RGB value is (185,2,78). Sum of RGB (Red+Green+Blue) = 185+2+78=265 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.81% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 78 (30.86% from 255 or 29.43% from 265); Max value from RGB is 185 - color contains mainly: red. Hex color #B9024E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9024E is #46FDB1. Grayscale: #414141. Windows color (decimal): -4652466 or 5112505. OLE color: 5112505.

HSL color Cylindrical-coordinate representation of color #B9024E: hue angle of 335.08º 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 #B9024E is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 2 78 -
CMYK 0 0.99 0.58 0.27
HSL 335.08º 0.98% 0.37% -
HSV(B) 335.08º 0.99% 0.73% -
XYZ 21.4 10.91 8.18 -
YUV 65.38 135.13 213.32 -
System Red Green Blue C M Y K H S L
Decimal 185 2 78 0 0.99 0.58 0.27 335.08 0.98 0.37
Hex B9 2 4E 0 63 3A 1B 14F 62 25
Octal 271 2 116 0 143 72 33 517 142 45
Binary 10111001 10 1001110 0 1100011 111010 11011 101001111 1100010 100101

Color Harmonies of #B9024E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9024E

Black with #B9024E

Text Example


Text Example

White with #B9024E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9024E; }

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

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

background-color css

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

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

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

border-color css

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

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

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