Html Css Color HEX #B90369 Jazzberry Jam

📋 copy color: '#B90369'

red 185 ◦ green 3 ◦ blue 105

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

Shades of Jazzberry Jam #B90369

Tints of Jazzberry Jam #B90369

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.02%

 BLUE value IS 105 (41.41% from 255) = 35.84%

R = 63.14%
G = 1.02%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#B90369 (or 0xB90369) is known color: Jazzberry Jam. HEX triplet: B9, 03 and 69. RGB value is (185,3,105). Sum of RGB (Red+Green+Blue) = 185+3+105=293 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.14% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 185 - color contains mainly: red. Hex color #B90369 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90369 is #46FC96. Grayscale: #444444. Windows color (decimal): -4652183 or 6882233. OLE color: 6882233.

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

Color convert

RGB 185 3 105 -
CMYK 0 0.98 0.43 0.27
HSL 326.37º 0.97% 0.37% -
HSV(B) 326.37º 0.98% 0.73% -
XYZ 22.59 11.4 14.37 -
YUV 69.05 148.3 210.71 -
System Red Green Blue C M Y K H S L
Decimal 185 3 105 0 0.98 0.43 0.27 326.37 0.97 0.37
Hex B9 3 69 0 62 2B 1B 146 61 25
Octal 271 3 151 0 142 53 33 506 141 45
Binary 10111001 11 1101001 0 1100010 101011 11011 101000110 1100001 100101

Color Harmonies of #B90369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90369

Black with #B90369

Text Example


Text Example

White with #B90369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90369; }

 p { color: rgb(185,3,105); }

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

background-color css

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

 a { background-color: rgb(185,3,105); }

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

border-color css

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

 span { border-color: rgb(185,3,105); }

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