Html Css Color HEX #B90046 Jazzberry Jam

📋 copy color: '#B90046'

red 185 ◦ green 0 ◦ blue 70

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

Shades of Jazzberry Jam #B90046

Tints of Jazzberry Jam #B90046

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 72.55%
G = 0%
B = 27.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B90046 (or 0xB90046) is known color: Jazzberry Jam. HEX triplet: B9, 00 and 46. RGB value is (185,0,70). Sum of RGB (Red+Green+Blue) = 185+0+70=255 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.55% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 70 (27.73% from 255 or 27.45% from 255); Max value from RGB is 185 - color contains mainly: red. Hex color #B90046 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90046 is #46FFB9. Grayscale: #3F3F3F. Windows color (decimal): -4652986 or 4587705. OLE color: 4587705.

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

Color convert

RGB 185 0 70 -
CMYK 0 1 0.62 0.27
HSL 337.3º 1% 0.36% -
HSV(B) 337.3º 1% 0.73% -
XYZ 21.11 10.76 6.76 -
YUV 63.3 131.79 214.81 -
System Red Green Blue C M Y K H S L
Decimal 185 0 70 0 1 0.62 0.27 337.3 1 0.36
Hex B9 0 46 0 64 3E 1B 151 64 24
Octal 271 0 106 0 144 76 33 521 144 44
Binary 10111001 0 1000110 0 1100100 111110 11011 101010001 1100100 100100

Color Harmonies of #B90046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90046

Black with #B90046

Text Example


Text Example

White with #B90046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90046; }

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

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

background-color css

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

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

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

border-color css

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

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

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