Html Css Color HEX #B91761 Jazzberry Jam

📋 copy color: '#B91761'

red 185 ◦ green 23 ◦ blue 97

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

Shades of Jazzberry Jam #B91761

Tints of Jazzberry Jam #B91761

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.54%

 BLUE value IS 97 (38.28% from 255) = 31.8%

R = 60.66%
G = 7.54%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#B91761 (or 0xB91761) is known color: Jazzberry Jam. HEX triplet: B9, 17 and 61. RGB value is (185,23,97). Sum of RGB (Red+Green+Blue) = 185+23+97=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 97 (38.28% from 255 or 31.80% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B91761 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91761 is #46E89E. Grayscale: #4F4F4F. Windows color (decimal): -4647071 or 6363065. OLE color: 6363065.

HSL color Cylindrical-coordinate representation of color #B91761: hue angle of 332.59º degrees, saturation: 0.78, 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 #B91761 is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 23 97 -
CMYK 0 0.88 0.48 0.27
HSL 332.59º 0.78% 0.41% -
HSV(B) 332.59º 0.88% 0.73% -
XYZ 22.47 11.79 12.4 -
YUV 79.87 137.67 202.98 -
System Red Green Blue C M Y K H S L
Decimal 185 23 97 0 0.88 0.48 0.27 332.59 0.78 0.41
Hex B9 17 61 0 58 30 1B 14D 4E 29
Octal 271 27 141 0 130 60 33 515 116 51
Binary 10111001 10111 1100001 0 1011000 110000 11011 101001101 1001110 101001

Color Harmonies of #B91761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91761

Black with #B91761

Text Example


Text Example

White with #B91761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91761; }

 p { color: rgb(185,23,97); }

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

background-color css

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

 a { background-color: rgb(185,23,97); }

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

border-color css

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

 span { border-color: rgb(185,23,97); }

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