Html Css Color HEX #B90464 Jazzberry Jam

📋 copy color: '#B90464'

red 185 ◦ green 4 ◦ blue 100

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

Shades of Jazzberry Jam #B90464

Tints of Jazzberry Jam #B90464

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.38%

 BLUE value IS 100 (39.45% from 255) = 34.6%

R = 64.01%
G = 1.38%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#B90464 (or 0xB90464) is known color: Jazzberry Jam. HEX triplet: B9, 04 and 64. RGB value is (185,4,100). Sum of RGB (Red+Green+Blue) = 185+4+100=289 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.01% from 289); Green value is 4 (1.95% from 255 or 1.38% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 185 - color contains mainly: red. Hex color #B90464 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90464 is #46FB9B. Grayscale: #444444. Windows color (decimal): -4651932 or 6554809. OLE color: 6554809.

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

Color convert

RGB 185 4 100 -
CMYK 0 0.98 0.46 0.27
HSL 328.18º 0.96% 0.37% -
HSV(B) 328.18º 0.98% 0.73% -
XYZ 22.35 11.32 13.06 -
YUV 69.06 145.47 210.69 -
System Red Green Blue C M Y K H S L
Decimal 185 4 100 0 0.98 0.46 0.27 328.18 0.96 0.37
Hex B9 4 64 0 62 2E 1B 148 60 25
Octal 271 4 144 0 142 56 33 510 140 45
Binary 10111001 100 1100100 0 1100010 101110 11011 101001000 1100000 100101

Color Harmonies of #B90464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90464

Black with #B90464

Text Example


Text Example

White with #B90464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90464; }

 p { color: rgb(185,4,100); }

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

background-color css

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

 a { background-color: rgb(185,4,100); }

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

border-color css

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

 span { border-color: rgb(185,4,100); }

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