Html Css Color HEX #B91968 Jazzberry Jam

📋 copy color: '#B91968'

red 185 ◦ green 25 ◦ blue 104

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

Shades of Jazzberry Jam #B91968

Tints of Jazzberry Jam #B91968

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.96%

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

R = 58.92%
G = 7.96%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#B91968 (or 0xB91968) is known color: Jazzberry Jam. HEX triplet: B9, 19 and 68. RGB value is (185,25,104). Sum of RGB (Red+Green+Blue) = 185+25+104=314 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.92% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 185 - color contains mainly: red. Hex color #B91968 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91968 is #46E697. Grayscale: #515151. Windows color (decimal): -4646552 or 6822329. OLE color: 6822329.

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

Color convert

RGB 185 25 104 -
CMYK 0 0.86 0.44 0.27
HSL 330.38º 0.76% 0.41% -
HSV(B) 330.38º 0.86% 0.73% -
XYZ 22.85 12.01 14.21 -
YUV 81.85 140.51 201.58 -
System Red Green Blue C M Y K H S L
Decimal 185 25 104 0 0.86 0.44 0.27 330.38 0.76 0.41
Hex B9 19 68 0 56 2C 1B 14A 4C 29
Octal 271 31 150 0 126 54 33 512 114 51
Binary 10111001 11001 1101000 0 1010110 101100 11011 101001010 1001100 101001

Color Harmonies of #B91968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91968

Black with #B91968

Text Example


Text Example

White with #B91968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91968; }

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

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

background-color css

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

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

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

border-color css

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

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

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