Html Css Color HEX #B90655 Jazzberry Jam

📋 copy color: '#B90655'

red 185 ◦ green 6 ◦ blue 85

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

Shades of Jazzberry Jam #B90655

Tints of Jazzberry Jam #B90655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 30.8%

R = 67.03%
G = 2.17%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#B90655 (or 0xB90655) is known color: Jazzberry Jam. HEX triplet: B9, 06 and 55. RGB value is (185,6,85). Sum of RGB (Red+Green+Blue) = 185+6+85=276 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.03% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 185 - color contains mainly: red. Hex color #B90655 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90655 is #46F9AA. Grayscale: #444444. Windows color (decimal): -4651435 or 5572281. OLE color: 5572281.

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

Color convert

RGB 185 6 85 -
CMYK 0 0.97 0.54 0.27
HSL 333.52º 0.94% 0.37% -
HSV(B) 333.52º 0.97% 0.73% -
XYZ 21.71 11.1 9.59 -
YUV 68.53 137.3 211.08 -
System Red Green Blue C M Y K H S L
Decimal 185 6 85 0 0.97 0.54 0.27 333.52 0.94 0.37
Hex B9 6 55 0 61 36 1B 14E 5E 25
Octal 271 6 125 0 141 66 33 516 136 45
Binary 10111001 110 1010101 0 1100001 110110 11011 101001110 1011110 100101

Color Harmonies of #B90655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90655

Black with #B90655

Text Example


Text Example

White with #B90655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90655; }

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

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

background-color css

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

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

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

border-color css

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

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

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