Html Css Color HEX #B90347 Jazzberry Jam

📋 copy color: '#B90347'

red 185 ◦ green 3 ◦ blue 71

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

Shades of Jazzberry Jam #B90347

Tints of Jazzberry Jam #B90347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 27.41%

R = 71.43%
G = 1.16%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B90347 (or 0xB90347) is known color: Jazzberry Jam. HEX triplet: B9, 03 and 47. RGB value is (185,3,71). Sum of RGB (Red+Green+Blue) = 185+3+71=259 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.43% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 71 (28.12% from 255 or 27.41% from 259); Max value from RGB is 185 - color contains mainly: red. Hex color #B90347 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90347 is #46FCB8. Grayscale: #414141. Windows color (decimal): -4652217 or 4654009. OLE color: 4654009.

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

Color convert

RGB 185 3 71 -
CMYK 0 0.98 0.62 0.27
HSL 337.58º 0.97% 0.37% -
HSV(B) 337.58º 0.98% 0.73% -
XYZ 21.18 10.83 6.94 -
YUV 65.17 131.3 213.47 -
System Red Green Blue C M Y K H S L
Decimal 185 3 71 0 0.98 0.62 0.27 337.58 0.97 0.37
Hex B9 3 47 0 62 3E 1B 152 61 25
Octal 271 3 107 0 142 76 33 522 141 45
Binary 10111001 11 1000111 0 1100010 111110 11011 101010010 1100001 100101

Color Harmonies of #B90347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90347

Black with #B90347

Text Example


Text Example

White with #B90347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90347; }

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

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

background-color css

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

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

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

border-color css

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

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

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