Html Css Color HEX #B90F4F Jazzberry Jam

📋 copy color: '#B90F4F'

red 185 ◦ green 15 ◦ blue 79

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

Shades of Jazzberry Jam #B90F4F

Tints of Jazzberry Jam #B90F4F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.38%

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

R = 66.31%
G = 5.38%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#B90F4F (or 0xB90F4F) is known color: Jazzberry Jam. HEX triplet: B9, 0F and 4F. RGB value is (185,15,79). Sum of RGB (Red+Green+Blue) = 185+15+79=279 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.31% from 279); Green value is 15 (6.25% from 255 or 5.38% from 279); Blue value is 79 (31.25% from 255 or 28.32% from 279); Max value from RGB is 185 - color contains mainly: red. Hex color #B90F4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90F4F is #46F0B0. Grayscale: #494949. Windows color (decimal): -4649137 or 5181369. OLE color: 5181369.

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

Color convert

RGB 185 15 79 -
CMYK 0 0.92 0.57 0.27
HSL 337.41º 0.85% 0.39% -
HSV(B) 337.41º 0.92% 0.73% -
XYZ 21.59 11.22 8.42 -
YUV 73.13 131.32 207.8 -
System Red Green Blue C M Y K H S L
Decimal 185 15 79 0 0.92 0.57 0.27 337.41 0.85 0.39
Hex B9 F 4F 0 5C 39 1B 151 55 27
Octal 271 17 117 0 134 71 33 521 125 47
Binary 10111001 1111 1001111 0 1011100 111001 11011 101010001 1010101 100111

Color Harmonies of #B90F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90F4F

Black with #B90F4F

Text Example


Text Example

White with #B90F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90F4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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