Html Css Color HEX #B90C4F Jazzberry Jam

📋 copy color: '#B90C4F'

red 185 ◦ green 12 ◦ blue 79

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

Shades of Jazzberry Jam #B90C4F

Tints of Jazzberry Jam #B90C4F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.35%

 BLUE value IS 79 (31.25% from 255) = 28.62%

R = 67.03%
G = 4.35%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#B90C4F (or 0xB90C4F) is known color: Jazzberry Jam. HEX triplet: B9, 0C and 4F. RGB value is (185,12,79). Sum of RGB (Red+Green+Blue) = 185+12+79=276 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.03% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 79 (31.25% from 255 or 28.62% from 276); Max value from RGB is 185 - color contains mainly: red. Hex color #B90C4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90C4F is #46F3B0. Grayscale: #474747. Windows color (decimal): -4649905 or 5180601. OLE color: 5180601.

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

Color convert

RGB 185 12 79 -
CMYK 0 0.94 0.57 0.27
HSL 336.76º 0.88% 0.39% -
HSV(B) 336.76º 0.94% 0.73% -
XYZ 21.55 11.14 8.41 -
YUV 71.37 132.31 209.05 -
System Red Green Blue C M Y K H S L
Decimal 185 12 79 0 0.94 0.57 0.27 336.76 0.88 0.39
Hex B9 C 4F 0 5E 39 1B 151 58 27
Octal 271 14 117 0 136 71 33 521 130 47
Binary 10111001 1100 1001111 0 1011110 111001 11011 101010001 1011000 100111

Color Harmonies of #B90C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90C4F

Black with #B90C4F

Text Example


Text Example

White with #B90C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90C4F; }

 p { color: rgb(185,12,79); }

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

background-color css

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

 a { background-color: rgb(185,12,79); }

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

border-color css

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

 span { border-color: rgb(185,12,79); }

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