Html Css Color HEX #B91669 Jazzberry Jam

📋 copy color: '#B91669'

red 185 ◦ green 22 ◦ blue 105

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

Shades of Jazzberry Jam #B91669

Tints of Jazzberry Jam #B91669

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.05%

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

R = 59.29%
G = 7.05%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#B91669 (or 0xB91669) is known color: Jazzberry Jam. HEX triplet: B9, 16 and 69. RGB value is (185,22,105). Sum of RGB (Red+Green+Blue) = 185+22+105=312 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.29% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 185 - color contains mainly: red. Hex color #B91669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91669 is #46E996. Grayscale: #505050. Windows color (decimal): -4647319 or 6887097. OLE color: 6887097.

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

Color convert

RGB 185 22 105 -
CMYK 0 0.88 0.43 0.27
HSL 329.45º 0.79% 0.41% -
HSV(B) 329.45º 0.88% 0.73% -
XYZ 22.84 11.91 14.46 -
YUV 80.2 142 202.75 -
System Red Green Blue C M Y K H S L
Decimal 185 22 105 0 0.88 0.43 0.27 329.45 0.79 0.41
Hex B9 16 69 0 58 2B 1B 149 4F 29
Octal 271 26 151 0 130 53 33 511 117 51
Binary 10111001 10110 1101001 0 1011000 101011 11011 101001001 1001111 101001

Color Harmonies of #B91669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91669

Black with #B91669

Text Example


Text Example

White with #B91669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91669; }

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

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

background-color css

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

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

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

border-color css

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

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

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