Html Css Color HEX #B90247 Jazzberry Jam

📋 copy color: '#B90247'

red 185 ◦ green 2 ◦ blue 71

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

Shades of Jazzberry Jam #B90247

Tints of Jazzberry Jam #B90247

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

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

R = 71.71%
G = 0.78%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B90247 (or 0xB90247) is known color: Jazzberry Jam. HEX triplet: B9, 02 and 47. RGB value is (185,2,71). Sum of RGB (Red+Green+Blue) = 185+2+71=258 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.71% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 71 (28.12% from 255 or 27.52% from 258); Max value from RGB is 185 - color contains mainly: red. Hex color #B90247 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90247 is #46FDB8. Grayscale: #404040. Windows color (decimal): -4652473 or 4653753. OLE color: 4653753.

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

Color convert

RGB 185 2 71 -
CMYK 0 0.99 0.62 0.27
HSL 337.38º 0.98% 0.37% -
HSV(B) 337.38º 0.99% 0.73% -
XYZ 21.17 10.81 6.93 -
YUV 64.58 131.63 213.89 -
System Red Green Blue C M Y K H S L
Decimal 185 2 71 0 0.99 0.62 0.27 337.38 0.98 0.37
Hex B9 2 47 0 63 3E 1B 151 62 25
Octal 271 2 107 0 143 76 33 521 142 45
Binary 10111001 10 1000111 0 1100011 111110 11011 101010001 1100010 100101

Color Harmonies of #B90247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90247

Black with #B90247

Text Example


Text Example

White with #B90247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90247; }

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

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

background-color css

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

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

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

border-color css

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

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

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