Html Css Color HEX #B90668 Jazzberry Jam

📋 copy color: '#B90668'

red 185 ◦ green 6 ◦ blue 104

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

Shades of Jazzberry Jam #B90668

Tints of Jazzberry Jam #B90668

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.03%

 BLUE value IS 104 (41.02% from 255) = 35.25%

R = 62.71%
G = 2.03%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#B90668 (or 0xB90668) is known color: Jazzberry Jam. HEX triplet: B9, 06 and 68. RGB value is (185,6,104). Sum of RGB (Red+Green+Blue) = 185+6+104=295 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.71% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 185 - color contains mainly: red. Hex color #B90668 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90668 is #46F997. Grayscale: #464646. Windows color (decimal): -4651416 or 6817465. OLE color: 6817465.

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

Color convert

RGB 185 6 104 -
CMYK 0 0.97 0.44 0.27
HSL 327.15º 0.94% 0.37% -
HSV(B) 327.15º 0.97% 0.73% -
XYZ 22.57 11.44 14.12 -
YUV 70.69 146.8 209.53 -
System Red Green Blue C M Y K H S L
Decimal 185 6 104 0 0.97 0.44 0.27 327.15 0.94 0.37
Hex B9 6 68 0 61 2C 1B 147 5E 25
Octal 271 6 150 0 141 54 33 507 136 45
Binary 10111001 110 1101000 0 1100001 101100 11011 101000111 1011110 100101

Color Harmonies of #B90668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90668

Black with #B90668

Text Example


Text Example

White with #B90668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90668; }

 p { color: rgb(185,6,104); }

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

background-color css

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

 a { background-color: rgb(185,6,104); }

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

border-color css

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

 span { border-color: rgb(185,6,104); }

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