Html Css Color HEX #B90162 Jazzberry Jam

📋 copy color: '#B90162'

red 185 ◦ green 1 ◦ blue 98

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

Shades of Jazzberry Jam #B90162

Tints of Jazzberry Jam #B90162

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 65.14%
G = 0.35%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#B90162 (or 0xB90162) is known color: Jazzberry Jam. HEX triplet: B9, 01 and 62. RGB value is (185,1,98). Sum of RGB (Red+Green+Blue) = 185+1+98=284 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.14% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 185 - color contains mainly: red. Hex color #B90162 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90162 is #46FE9D. Grayscale: #424242. Windows color (decimal): -4652702 or 6422969. OLE color: 6422969.

HSL color Cylindrical-coordinate representation of color #B90162: hue angle of 328.37º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B90162 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 1 98 -
CMYK 0 0.99 0.47 0.27
HSL 328.37º 0.99% 0.36% -
HSV(B) 328.37º 0.99% 0.73% -
XYZ 22.22 11.22 12.55 -
YUV 67.07 145.46 212.11 -
System Red Green Blue C M Y K H S L
Decimal 185 1 98 0 0.99 0.47 0.27 328.37 0.99 0.36
Hex B9 1 62 0 63 2F 1B 148 63 24
Octal 271 1 142 0 143 57 33 510 143 44
Binary 10111001 1 1100010 0 1100011 101111 11011 101001000 1100011 100100

Color Harmonies of #B90162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90162

Black with #B90162

Text Example


Text Example

White with #B90162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90162; }

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

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

background-color css

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

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

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

border-color css

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

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

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