Html Css Color HEX #B90B5B Jazzberry Jam

📋 copy color: '#B90B5B'

red 185 ◦ green 11 ◦ blue 91

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

Shades of Jazzberry Jam #B90B5B

Tints of Jazzberry Jam #B90B5B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.83%

 BLUE value IS 91 (35.94% from 255) = 31.71%

R = 64.46%
G = 3.83%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B90B5B (or 0xB90B5B) is known color: Jazzberry Jam. HEX triplet: B9, 0B and 5B. RGB value is (185,11,91). Sum of RGB (Red+Green+Blue) = 185+11+91=287 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.46% from 287); Green value is 11 (4.69% from 255 or 3.83% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 185 - color contains mainly: red. Hex color #B90B5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90B5B is #46F4A4. Grayscale: #484848. Windows color (decimal): -4650149 or 5966777. OLE color: 5966777.

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

Color convert

RGB 185 11 91 -
CMYK 0 0.94 0.51 0.27
HSL 332.41º 0.89% 0.38% -
HSV(B) 332.41º 0.94% 0.73% -
XYZ 22.02 11.31 10.92 -
YUV 72.15 138.65 208.5 -
System Red Green Blue C M Y K H S L
Decimal 185 11 91 0 0.94 0.51 0.27 332.41 0.89 0.38
Hex B9 B 5B 0 5E 33 1B 14C 59 26
Octal 271 13 133 0 136 63 33 514 131 46
Binary 10111001 1011 1011011 0 1011110 110011 11011 101001100 1011001 100110

Color Harmonies of #B90B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90B5B

Black with #B90B5B

Text Example


Text Example

White with #B90B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90B5B; }

 p { color: rgb(185,11,91); }

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

background-color css

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

 a { background-color: rgb(185,11,91); }

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

border-color css

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

 span { border-color: rgb(185,11,91); }

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