Html Css Color HEX #B90064 Jazzberry Jam

📋 copy color: '#B90064'

red 185 ◦ green 0 ◦ blue 100

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

Shades of Jazzberry Jam #B90064

Tints of Jazzberry Jam #B90064

RGB

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

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

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

R = 64.91%
G = 0%
B = 35.09%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#B90064 (or 0xB90064) is known color: Jazzberry Jam. HEX triplet: B9, 00 and 64. RGB value is (185,0,100). Sum of RGB (Red+Green+Blue) = 185+0+100=285 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.91% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 185 - color contains mainly: red. Hex color #B90064 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90064 is #46FF9B. Grayscale: #424242. Windows color (decimal): -4652956 or 6553785. OLE color: 6553785.

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

Color convert

RGB 185 0 100 -
CMYK 0 1 0.46 0.27
HSL 327.57º 1% 0.36% -
HSV(B) 327.57º 1% 0.73% -
XYZ 22.31 11.23 13.05 -
YUV 66.72 146.79 212.37 -
System Red Green Blue C M Y K H S L
Decimal 185 0 100 0 1 0.46 0.27 327.57 1 0.36
Hex B9 0 64 0 64 2E 1B 148 64 24
Octal 271 0 144 0 144 56 33 510 144 44
Binary 10111001 0 1100100 0 1100100 101110 11011 101001000 1100100 100100

Color Harmonies of #B90064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90064

Black with #B90064

Text Example


Text Example

White with #B90064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90064; }

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

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

background-color css

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

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

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

border-color css

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

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

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