Html Css Color HEX #B91468 Jazzberry Jam

📋 copy color: '#B91468'

red 185 ◦ green 20 ◦ blue 104

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

Shades of Jazzberry Jam #B91468

Tints of Jazzberry Jam #B91468

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.47%

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

R = 59.87%
G = 6.47%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#B91468 (or 0xB91468) is known color: Jazzberry Jam. HEX triplet: B9, 14 and 68. RGB value is (185,20,104). Sum of RGB (Red+Green+Blue) = 185+20+104=309 (40% of max value = 765). Red value is 185 (72.66% from 255 or 59.87% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 185 - color contains mainly: red. Hex color #B91468 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91468 is #46EB97. Grayscale: #4E4E4E. Windows color (decimal): -4647832 or 6821049. OLE color: 6821049.

HSL color Cylindrical-coordinate representation of color #B91468: hue angle of 329.45º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B91468 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 20 104 -
CMYK 0 0.89 0.44 0.27
HSL 329.45º 0.8% 0.4% -
HSV(B) 329.45º 0.89% 0.73% -
XYZ 22.76 11.81 14.18 -
YUV 78.91 142.16 203.67 -
System Red Green Blue C M Y K H S L
Decimal 185 20 104 0 0.89 0.44 0.27 329.45 0.8 0.4
Hex B9 14 68 0 59 2C 1B 149 50 28
Octal 271 24 150 0 131 54 33 511 120 50
Binary 10111001 10100 1101000 0 1011001 101100 11011 101001001 1010000 101000

Color Harmonies of #B91468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91468

Black with #B91468

Text Example


Text Example

White with #B91468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91468; }

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

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

background-color css

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

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

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

border-color css

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

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

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