Html Css Color HEX #B90D4E Jazzberry Jam

📋 copy color: '#B90D4E'

red 185 ◦ green 13 ◦ blue 78

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

Shades of Jazzberry Jam #B90D4E

Tints of Jazzberry Jam #B90D4E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.71%

 BLUE value IS 78 (30.86% from 255) = 28.26%

R = 67.03%
G = 4.71%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B90D4E (or 0xB90D4E) is known color: Jazzberry Jam. HEX triplet: B9, 0D and 4E. RGB value is (185,13,78). Sum of RGB (Red+Green+Blue) = 185+13+78=276 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.03% from 276); Green value is 13 (5.47% from 255 or 4.71% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 185 - color contains mainly: red. Hex color #B90D4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90D4E is #46F2B1. Grayscale: #474747. Windows color (decimal): -4649650 or 5115321. OLE color: 5115321.

HSL color Cylindrical-coordinate representation of color #B90D4E: hue angle of 337.33º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B90D4E is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 13 78 -
CMYK 0 0.93 0.58 0.27
HSL 337.33º 0.87% 0.39% -
HSV(B) 337.33º 0.93% 0.73% -
XYZ 21.53 11.15 8.23 -
YUV 71.84 131.48 208.71 -
System Red Green Blue C M Y K H S L
Decimal 185 13 78 0 0.93 0.58 0.27 337.33 0.87 0.39
Hex B9 D 4E 0 5D 3A 1B 151 57 27
Octal 271 15 116 0 135 72 33 521 127 47
Binary 10111001 1101 1001110 0 1011101 111010 11011 101010001 1010111 100111

Color Harmonies of #B90D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90D4E

Black with #B90D4E

Text Example


Text Example

White with #B90D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90D4E; }

 p { color: rgb(185,13,78); }

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

background-color css

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

 a { background-color: rgb(185,13,78); }

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

border-color css

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

 span { border-color: rgb(185,13,78); }

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