Html Css Color HEX #B90366 Jazzberry Jam

📋 copy color: '#B90366'

red 185 ◦ green 3 ◦ blue 102

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

Shades of Jazzberry Jam #B90366

Tints of Jazzberry Jam #B90366

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.03%

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

R = 63.79%
G = 1.03%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#B90366 (or 0xB90366) is known color: Jazzberry Jam. HEX triplet: B9, 03 and 66. RGB value is (185,3,102). Sum of RGB (Red+Green+Blue) = 185+3+102=290 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.79% from 290); Green value is 3 (1.56% from 255 or 1.03% from 290); Blue value is 102 (40.23% from 255 or 35.17% from 290); Max value from RGB is 185 - color contains mainly: red. Hex color #B90366 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90366 is #46FC99. Grayscale: #444444. Windows color (decimal): -4652186 or 6685625. OLE color: 6685625.

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

Color convert

RGB 185 3 102 -
CMYK 0 0.98 0.45 0.27
HSL 327.36º 0.97% 0.37% -
HSV(B) 327.36º 0.98% 0.73% -
XYZ 22.44 11.34 13.58 -
YUV 68.7 146.8 210.95 -
System Red Green Blue C M Y K H S L
Decimal 185 3 102 0 0.98 0.45 0.27 327.36 0.97 0.37
Hex B9 3 66 0 62 2D 1B 147 61 25
Octal 271 3 146 0 142 55 33 507 141 45
Binary 10111001 11 1100110 0 1100010 101101 11011 101000111 1100001 100101

Color Harmonies of #B90366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90366

Black with #B90366

Text Example


Text Example

White with #B90366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90366; }

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

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

background-color css

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

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

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

border-color css

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

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

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