Html Css Color HEX #B90A5E Jazzberry Jam

📋 copy color: '#B90A5E'

red 185 ◦ green 10 ◦ blue 94

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

Shades of Jazzberry Jam #B90A5E

Tints of Jazzberry Jam #B90A5E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.46%

 BLUE value IS 94 (37.11% from 255) = 32.53%

R = 64.01%
G = 3.46%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#B90A5E (or 0xB90A5E) is known color: Jazzberry Jam. HEX triplet: B9, 0A and 5E. RGB value is (185,10,94). Sum of RGB (Red+Green+Blue) = 185+10+94=289 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.01% from 289); Green value is 10 (4.30% from 255 or 3.46% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 185 - color contains mainly: red. Hex color #B90A5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90A5E is #46F5A1. Grayscale: #474747. Windows color (decimal): -4650402 or 6163129. OLE color: 6163129.

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

Color convert

RGB 185 10 94 -
CMYK 0 0.95 0.49 0.27
HSL 331.2º 0.9% 0.38% -
HSV(B) 331.2º 0.95% 0.73% -
XYZ 22.14 11.34 11.61 -
YUV 71.9 140.48 208.67 -
System Red Green Blue C M Y K H S L
Decimal 185 10 94 0 0.95 0.49 0.27 331.2 0.9 0.38
Hex B9 A 5E 0 5F 31 1B 14B 5A 26
Octal 271 12 136 0 137 61 33 513 132 46
Binary 10111001 1010 1011110 0 1011111 110001 11011 101001011 1011010 100110

Color Harmonies of #B90A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90A5E

Black with #B90A5E

Text Example


Text Example

White with #B90A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90A5E; }

 p { color: rgb(185,10,94); }

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

background-color css

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

 a { background-color: rgb(185,10,94); }

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

border-color css

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

 span { border-color: rgb(185,10,94); }

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