Html Css Color HEX #B90450 Jazzberry Jam

📋 copy color: '#B90450'

red 185 ◦ green 4 ◦ blue 80

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

Shades of Jazzberry Jam #B90450

Tints of Jazzberry Jam #B90450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 29.74%

R = 68.77%
G = 1.49%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#B90450 (or 0xB90450) is known color: Jazzberry Jam. HEX triplet: B9, 04 and 50. RGB value is (185,4,80). Sum of RGB (Red+Green+Blue) = 185+4+80=269 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.77% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 185 - color contains mainly: red. Hex color #B90450 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90450 is #46FBAF. Grayscale: #424242. Windows color (decimal): -4651952 or 5244089. OLE color: 5244089.

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

Color convert

RGB 185 4 80 -
CMYK 0 0.98 0.57 0.27
HSL 334.81º 0.96% 0.37% -
HSV(B) 334.81º 0.98% 0.73% -
XYZ 21.5 10.98 8.58 -
YUV 66.78 135.47 212.32 -
System Red Green Blue C M Y K H S L
Decimal 185 4 80 0 0.98 0.57 0.27 334.81 0.96 0.37
Hex B9 4 50 0 62 39 1B 14F 60 25
Octal 271 4 120 0 142 71 33 517 140 45
Binary 10111001 100 1010000 0 1100010 111001 11011 101001111 1100000 100101

Color Harmonies of #B90450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90450

Black with #B90450

Text Example


Text Example

White with #B90450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90450; }

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

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

background-color css

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

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

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

border-color css

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

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

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