Html Css Color HEX #B90246 Jazzberry Jam

📋 copy color: '#B90246'

red 185 ◦ green 2 ◦ blue 70

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

Shades of Jazzberry Jam #B90246

Tints of Jazzberry Jam #B90246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 27.24%

R = 71.98%
G = 0.78%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B90246 (or 0xB90246) is known color: Jazzberry Jam. HEX triplet: B9, 02 and 46. RGB value is (185,2,70). Sum of RGB (Red+Green+Blue) = 185+2+70=257 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.98% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 70 (27.73% from 255 or 27.24% from 257); Max value from RGB is 185 - color contains mainly: red. Hex color #B90246 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90246 is #46FDB9. Grayscale: #404040. Windows color (decimal): -4652474 or 4588217. OLE color: 4588217.

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

Color convert

RGB 185 2 70 -
CMYK 0 0.99 0.62 0.27
HSL 337.7º 0.98% 0.37% -
HSV(B) 337.7º 0.99% 0.73% -
XYZ 21.13 10.8 6.77 -
YUV 64.47 131.13 213.97 -
System Red Green Blue C M Y K H S L
Decimal 185 2 70 0 0.99 0.62 0.27 337.7 0.98 0.37
Hex B9 2 46 0 63 3E 1B 152 62 25
Octal 271 2 106 0 143 76 33 522 142 45
Binary 10111001 10 1000110 0 1100011 111110 11011 101010010 1100010 100101

Color Harmonies of #B90246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90246

Black with #B90246

Text Example


Text Example

White with #B90246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90246; }

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

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

background-color css

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

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

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

border-color css

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

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

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