Html Css Color HEX #B90070 Jazzberry Jam

📋 copy color: '#B90070'

red 185 ◦ green 0 ◦ blue 112

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

Shades of Jazzberry Jam #B90070

Tints of Jazzberry Jam #B90070

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 62.29%
G = 0%
B = 37.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B90070 (or 0xB90070) is known color: Jazzberry Jam. HEX triplet: B9, 00 and 70. RGB value is (185,0,112). Sum of RGB (Red+Green+Blue) = 185+0+112=297 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.29% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 185 - color contains mainly: red. Hex color #B90070 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90070 is #46FF8F. Grayscale: #434343. Windows color (decimal): -4652944 or 7340217. OLE color: 7340217.

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

Color convert

RGB 185 0 112 -
CMYK 0 1 0.39 0.27
HSL 323.68º 1% 0.36% -
HSV(B) 323.68º 1% 0.73% -
XYZ 22.93 11.48 16.34 -
YUV 68.08 152.79 211.39 -
System Red Green Blue C M Y K H S L
Decimal 185 0 112 0 1 0.39 0.27 323.68 1 0.36
Hex B9 0 70 0 64 27 1B 144 64 24
Octal 271 0 160 0 144 47 33 504 144 44
Binary 10111001 0 1110000 0 1100100 100111 11011 101000100 1100100 100100

Color Harmonies of #B90070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90070

Black with #B90070

Text Example


Text Example

White with #B90070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90070; }

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

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

background-color css

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

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

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

border-color css

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

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

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