Html Css Color HEX #B90462 Jazzberry Jam

📋 copy color: '#B90462'

red 185 ◦ green 4 ◦ blue 98

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

Shades of Jazzberry Jam #B90462

Tints of Jazzberry Jam #B90462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 34.15%

R = 64.46%
G = 1.39%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#B90462 (or 0xB90462) is known color: Jazzberry Jam. HEX triplet: B9, 04 and 62. RGB value is (185,4,98). Sum of RGB (Red+Green+Blue) = 185+4+98=287 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.46% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 185 - color contains mainly: red. Hex color #B90462 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90462 is #46FB9D. Grayscale: #444444. Windows color (decimal): -4651934 or 6423737. OLE color: 6423737.

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

Color convert

RGB 185 4 98 -
CMYK 0 0.98 0.47 0.27
HSL 328.84º 0.96% 0.37% -
HSV(B) 328.84º 0.98% 0.73% -
XYZ 22.26 11.28 12.56 -
YUV 68.84 144.47 210.86 -
System Red Green Blue C M Y K H S L
Decimal 185 4 98 0 0.98 0.47 0.27 328.84 0.96 0.37
Hex B9 4 62 0 62 2F 1B 149 60 25
Octal 271 4 142 0 142 57 33 511 140 45
Binary 10111001 100 1100010 0 1100010 101111 11011 101001001 1100000 100101

Color Harmonies of #B90462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90462

Black with #B90462

Text Example


Text Example

White with #B90462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90462; }

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

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

background-color css

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

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

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

border-color css

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

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

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