Html Css Color HEX #B90451 Jazzberry Jam

📋 copy color: '#B90451'

red 185 ◦ green 4 ◦ blue 81

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

Shades of Jazzberry Jam #B90451

Tints of Jazzberry Jam #B90451

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.48%

 BLUE value IS 81 (32.03% from 255) = 30%

R = 68.52%
G = 1.48%
B = 30%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#B90451 (or 0xB90451) is known color: Jazzberry Jam. HEX triplet: B9, 04 and 51. RGB value is (185,4,81). Sum of RGB (Red+Green+Blue) = 185+4+81=270 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.52% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 81 (32.03% from 255 or 30% from 270); Max value from RGB is 185 - color contains mainly: red. Hex color #B90451 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90451 is #46FBAE. Grayscale: #424242. Windows color (decimal): -4651951 or 5309625. OLE color: 5309625.

HSL color Cylindrical-coordinate representation of color #B90451: hue angle of 334.48º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B90451 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 4 81 -
CMYK 0 0.98 0.56 0.27
HSL 334.48º 0.96% 0.37% -
HSV(B) 334.48º 0.98% 0.73% -
XYZ 21.54 11 8.77 -
YUV 66.9 135.97 212.24 -
System Red Green Blue C M Y K H S L
Decimal 185 4 81 0 0.98 0.56 0.27 334.48 0.96 0.37
Hex B9 4 51 0 62 38 1B 14E 60 25
Octal 271 4 121 0 142 70 33 516 140 45
Binary 10111001 100 1010001 0 1100010 111000 11011 101001110 1100000 100101

Color Harmonies of #B90451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90451

Black with #B90451

Text Example


Text Example

White with #B90451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90451; }

 p { color: rgb(185,4,81); }

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

background-color css

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

 a { background-color: rgb(185,4,81); }

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

border-color css

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

 span { border-color: rgb(185,4,81); }

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