Html Css Color HEX #B91969 Jazzberry Jam

📋 copy color: '#B91969'

red 185 ◦ green 25 ◦ blue 105

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

Shades of Jazzberry Jam #B91969

Tints of Jazzberry Jam #B91969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.33%

R = 58.73%
G = 7.94%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#B91969 (or 0xB91969) is known color: Jazzberry Jam. HEX triplet: B9, 19 and 69. RGB value is (185,25,105). Sum of RGB (Red+Green+Blue) = 185+25+105=315 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.73% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 185 - color contains mainly: red. Hex color #B91969 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91969 is #46E696. Grayscale: #515151. Windows color (decimal): -4646551 or 6887865. OLE color: 6887865.

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

Color convert

RGB 185 25 105 -
CMYK 0 0.86 0.43 0.27
HSL 330º 0.76% 0.41% -
HSV(B) 330º 0.86% 0.73% -
XYZ 22.91 12.03 14.48 -
YUV 81.96 141.01 201.5 -
System Red Green Blue C M Y K H S L
Decimal 185 25 105 0 0.86 0.43 0.27 330 0.76 0.41
Hex B9 19 69 0 56 2B 1B 14A 4C 29
Octal 271 31 151 0 126 53 33 512 114 51
Binary 10111001 11001 1101001 0 1010110 101011 11011 101001010 1001100 101001

Color Harmonies of #B91969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91969

Black with #B91969

Text Example


Text Example

White with #B91969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91969; }

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

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

background-color css

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

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

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

border-color css

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

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

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