Html Css Color HEX #B90168 Jazzberry Jam

📋 copy color: '#B90168'

red 185 ◦ green 1 ◦ blue 104

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

Shades of Jazzberry Jam #B90168

Tints of Jazzberry Jam #B90168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.86%

R = 63.79%
G = 0.34%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#B90168 (or 0xB90168) is known color: Jazzberry Jam. HEX triplet: B9, 01 and 68. RGB value is (185,1,104). Sum of RGB (Red+Green+Blue) = 185+1+104=290 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.79% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 185 - color contains mainly: red. Hex color #B90168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90168 is #46FE97. Grayscale: #434343. Windows color (decimal): -4652696 or 6816185. OLE color: 6816185.

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

Color convert

RGB 185 1 104 -
CMYK 0 0.99 0.44 0.27
HSL 326.41º 0.99% 0.36% -
HSV(B) 326.41º 0.99% 0.73% -
XYZ 22.52 11.34 14.1 -
YUV 67.76 148.46 211.62 -
System Red Green Blue C M Y K H S L
Decimal 185 1 104 0 0.99 0.44 0.27 326.41 0.99 0.36
Hex B9 1 68 0 63 2C 1B 146 63 24
Octal 271 1 150 0 143 54 33 506 143 44
Binary 10111001 1 1101000 0 1100011 101100 11011 101000110 1100011 100100

Color Harmonies of #B90168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90168

Black with #B90168

Text Example


Text Example

White with #B90168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90168; }

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

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

background-color css

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

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

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

border-color css

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

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

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