Html Css Color HEX #B90066 Jazzberry Jam

📋 copy color: '#B90066'

red 185 ◦ green 0 ◦ blue 102

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

Shades of Jazzberry Jam #B90066

Tints of Jazzberry Jam #B90066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 35.54%

R = 64.46%
G = 0%
B = 35.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#B90066 (or 0xB90066) is known color: Jazzberry Jam. HEX triplet: B9, 00 and 66. RGB value is (185,0,102). Sum of RGB (Red+Green+Blue) = 185+0+102=287 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.46% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 185 - color contains mainly: red. Hex color #B90066 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90066 is #46FF99. Grayscale: #424242. Windows color (decimal): -4652954 or 6684857. OLE color: 6684857.

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

Color convert

RGB 185 0 102 -
CMYK 0 1 0.45 0.27
HSL 326.92º 1% 0.36% -
HSV(B) 326.92º 1% 0.73% -
XYZ 22.41 11.27 13.57 -
YUV 66.94 147.79 212.21 -
System Red Green Blue C M Y K H S L
Decimal 185 0 102 0 1 0.45 0.27 326.92 1 0.36
Hex B9 0 66 0 64 2D 1B 147 64 24
Octal 271 0 146 0 144 55 33 507 144 44
Binary 10111001 0 1100110 0 1100100 101101 11011 101000111 1100100 100100

Color Harmonies of #B90066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90066

Black with #B90066

Text Example


Text Example

White with #B90066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90066; }

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

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

background-color css

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

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

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

border-color css

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

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

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