Html Css Color HEX #B90A4D Jazzberry Jam

📋 copy color: '#B90A4D'

red 185 ◦ green 10 ◦ blue 77

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

Shades of Jazzberry Jam #B90A4D

Tints of Jazzberry Jam #B90A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.31%

R = 68.01%
G = 3.68%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B90A4D (or 0xB90A4D) is known color: Jazzberry Jam. HEX triplet: B9, 0A and 4D. RGB value is (185,10,77). Sum of RGB (Red+Green+Blue) = 185+10+77=272 (36% of max value = 765). Red value is 185 (72.66% from 255 or 68.01% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 185 - color contains mainly: red. Hex color #B90A4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90A4D is #46F5B2. Grayscale: #454545. Windows color (decimal): -4650419 or 5049017. OLE color: 5049017.

HSL color Cylindrical-coordinate representation of color #B90A4D: hue angle of 337.03º 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 #B90A4D is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 10 77 -
CMYK 0 0.95 0.58 0.27
HSL 337.03º 0.9% 0.38% -
HSV(B) 337.03º 0.95% 0.73% -
XYZ 21.46 11.07 8.03 -
YUV 69.96 131.98 210.05 -
System Red Green Blue C M Y K H S L
Decimal 185 10 77 0 0.95 0.58 0.27 337.03 0.9 0.38
Hex B9 A 4D 0 5F 3A 1B 151 5A 26
Octal 271 12 115 0 137 72 33 521 132 46
Binary 10111001 1010 1001101 0 1011111 111010 11011 101010001 1011010 100110

Color Harmonies of #B90A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90A4D

Black with #B90A4D

Text Example


Text Example

White with #B90A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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