Html Css Color HEX #B90470 Jazzberry Jam

📋 copy color: '#B90470'

red 185 ◦ green 4 ◦ blue 112

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

Shades of Jazzberry Jam #B90470

Tints of Jazzberry Jam #B90470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 37.21%

R = 61.46%
G = 1.33%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B90470 (or 0xB90470) is known color: Jazzberry Jam. HEX triplet: B9, 04 and 70. RGB value is (185,4,112). Sum of RGB (Red+Green+Blue) = 185+4+112=301 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.46% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 185 - color contains mainly: red. Hex color #B90470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90470 is #46FB8F. Grayscale: #464646. Windows color (decimal): -4651920 or 7341241. OLE color: 7341241.

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

Color convert

RGB 185 4 112 -
CMYK 0 0.98 0.39 0.27
HSL 324.2º 0.96% 0.37% -
HSV(B) 324.2º 0.98% 0.73% -
XYZ 22.98 11.57 16.35 -
YUV 70.43 151.47 209.72 -
System Red Green Blue C M Y K H S L
Decimal 185 4 112 0 0.98 0.39 0.27 324.2 0.96 0.37
Hex B9 4 70 0 62 27 1B 144 60 25
Octal 271 4 160 0 142 47 33 504 140 45
Binary 10111001 100 1110000 0 1100010 100111 11011 101000100 1100000 100101

Color Harmonies of #B90470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90470

Black with #B90470

Text Example


Text Example

White with #B90470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90470; }

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

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

background-color css

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

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

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

border-color css

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

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

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