Html Css Color HEX #B91B65 Jazzberry Jam

📋 copy color: '#B91B65'

red 185 ◦ green 27 ◦ blue 101

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

Shades of Jazzberry Jam #B91B65

Tints of Jazzberry Jam #B91B65

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.63%

 BLUE value IS 101 (39.84% from 255) = 32.27%

R = 59.11%
G = 8.63%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#B91B65 (or 0xB91B65) is known color: Jazzberry Jam. HEX triplet: B9, 1B and 65. RGB value is (185,27,101). Sum of RGB (Red+Green+Blue) = 185+27+101=313 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.11% from 313); Green value is 27 (10.94% from 255 or 8.63% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 185 - color contains mainly: red. Hex color #B91B65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B91B65 is #46E49A. Grayscale: #525252. Windows color (decimal): -4646043 or 6626233. OLE color: 6626233.

HSL color Cylindrical-coordinate representation of color #B91B65: hue angle of 331.9º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B91B65 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 27 101 -
CMYK 0 0.85 0.45 0.27
HSL 331.9º 0.75% 0.42% -
HSV(B) 331.9º 0.85% 0.73% -
XYZ 22.75 12.04 13.44 -
YUV 82.68 138.35 200.98 -
System Red Green Blue C M Y K H S L
Decimal 185 27 101 0 0.85 0.45 0.27 331.9 0.75 0.42
Hex B9 1B 65 0 55 2D 1B 14C 4B 2A
Octal 271 33 145 0 125 55 33 514 113 52
Binary 10111001 11011 1100101 0 1010101 101101 11011 101001100 1001011 101010

Color Harmonies of #B91B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91B65

Black with #B91B65

Text Example


Text Example

White with #B91B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91B65; }

 p { color: rgb(185,27,101); }

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

background-color css

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

 a { background-color: rgb(185,27,101); }

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

border-color css

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

 span { border-color: rgb(185,27,101); }

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