Html Css Color HEX #B90061 Jazzberry Jam

📋 copy color: '#B90061'

red 185 ◦ green 0 ◦ blue 97

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

Shades of Jazzberry Jam #B90061

Tints of Jazzberry Jam #B90061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 34.4%

R = 65.6%
G = 0%
B = 34.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#B90061 (or 0xB90061) is known color: Jazzberry Jam. HEX triplet: B9, 00 and 61. RGB value is (185,0,97). Sum of RGB (Red+Green+Blue) = 185+0+97=282 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.60% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 185 - color contains mainly: red. Hex color #B90061 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90061 is #46FF9E. Grayscale: #424242. Windows color (decimal): -4652959 or 6357177. OLE color: 6357177.

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

Color convert

RGB 185 0 97 -
CMYK 0 1 0.48 0.27
HSL 328.54º 1% 0.36% -
HSV(B) 328.54º 1% 0.73% -
XYZ 22.17 11.18 12.3 -
YUV 66.37 145.29 212.61 -
System Red Green Blue C M Y K H S L
Decimal 185 0 97 0 1 0.48 0.27 328.54 1 0.36
Hex B9 0 61 0 64 30 1B 149 64 24
Octal 271 0 141 0 144 60 33 511 144 44
Binary 10111001 0 1100001 0 1100100 110000 11011 101001001 1100100 100100

Color Harmonies of #B90061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90061

Black with #B90061

Text Example


Text Example

White with #B90061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90061; }

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

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

background-color css

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

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

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

border-color css

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

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

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