Html Css Color HEX #B90860 Jazzberry Jam

📋 copy color: '#B90860'

red 185 ◦ green 8 ◦ blue 96

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

Shades of Jazzberry Jam #B90860

Tints of Jazzberry Jam #B90860

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.77%

 BLUE value IS 96 (37.89% from 255) = 33.22%

R = 64.01%
G = 2.77%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#B90860 (or 0xB90860) is known color: Jazzberry Jam. HEX triplet: B9, 08 and 60. RGB value is (185,8,96). Sum of RGB (Red+Green+Blue) = 185+8+96=289 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.01% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 185 - color contains mainly: red. Hex color #B90860 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90860 is #46F79F. Grayscale: #464646. Windows color (decimal): -4650912 or 6293689. OLE color: 6293689.

HSL color Cylindrical-coordinate representation of color #B90860: hue angle of 330.17º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B90860 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 8 96 -
CMYK 0 0.96 0.48 0.27
HSL 330.17º 0.92% 0.38% -
HSV(B) 330.17º 0.96% 0.73% -
XYZ 22.21 11.33 12.08 -
YUV 70.96 142.14 209.34 -
System Red Green Blue C M Y K H S L
Decimal 185 8 96 0 0.96 0.48 0.27 330.17 0.92 0.38
Hex B9 8 60 0 60 30 1B 14A 5C 26
Octal 271 10 140 0 140 60 33 512 134 46
Binary 10111001 1000 1100000 0 1100000 110000 11011 101001010 1011100 100110

Color Harmonies of #B90860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90860

Black with #B90860

Text Example


Text Example

White with #B90860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90860; }

 p { color: rgb(185,8,96); }

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

background-color css

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

 a { background-color: rgb(185,8,96); }

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

border-color css

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

 span { border-color: rgb(185,8,96); }

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