Html Css Color HEX #B90671 Jazzberry Jam

📋 copy color: '#B90671'

red 185 ◦ green 6 ◦ blue 113

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

Shades of Jazzberry Jam #B90671

Tints of Jazzberry Jam #B90671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.17%

R = 60.86%
G = 1.97%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B90671 (or 0xB90671) is known color: Jazzberry Jam. HEX triplet: B9, 06 and 71. RGB value is (185,6,113). Sum of RGB (Red+Green+Blue) = 185+6+113=304 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.86% from 304); Green value is 6 (2.73% from 255 or 1.97% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 185 - color contains mainly: red. Hex color #B90671 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90671 is #46F98E. Grayscale: #474747. Windows color (decimal): -4651407 or 7407289. OLE color: 7407289.

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

Color convert

RGB 185 6 113 -
CMYK 0 0.97 0.39 0.27
HSL 324.13º 0.94% 0.37% -
HSV(B) 324.13º 0.97% 0.73% -
XYZ 23.05 11.64 16.65 -
YUV 71.72 151.3 208.8 -
System Red Green Blue C M Y K H S L
Decimal 185 6 113 0 0.97 0.39 0.27 324.13 0.94 0.37
Hex B9 6 71 0 61 27 1B 144 5E 25
Octal 271 6 161 0 141 47 33 504 136 45
Binary 10111001 110 1110001 0 1100001 100111 11011 101000100 1011110 100101

Color Harmonies of #B90671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90671

Black with #B90671

Text Example


Text Example

White with #B90671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90671; }

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

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

background-color css

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

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

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

border-color css

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

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

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