Html Css Color HEX #B91251 Jazzberry Jam

📋 copy color: '#B91251'

red 185 ◦ green 18 ◦ blue 81

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

Shades of Jazzberry Jam #B91251

Tints of Jazzberry Jam #B91251

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.34%

 BLUE value IS 81 (32.03% from 255) = 28.52%

R = 65.14%
G = 6.34%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#B91251 (or 0xB91251) is known color: Jazzberry Jam. HEX triplet: B9, 12 and 51. RGB value is (185,18,81). Sum of RGB (Red+Green+Blue) = 185+18+81=284 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.14% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 81 (32.03% from 255 or 28.52% from 284); Max value from RGB is 185 - color contains mainly: red. Hex color #B91251 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91251 is #46EDAE. Grayscale: #4B4B4B. Windows color (decimal): -4648367 or 5313209. OLE color: 5313209.

HSL color Cylindrical-coordinate representation of color #B91251: hue angle of 337.37º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B91251 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 18 81 -
CMYK 0 0.90 0.56 0.27
HSL 337.37º 0.82% 0.4% -
HSV(B) 337.37º 0.9% 0.73% -
XYZ 21.71 11.34 8.83 -
YUV 75.12 131.33 206.38 -
System Red Green Blue C M Y K H S L
Decimal 185 18 81 0 0.90 0.56 0.27 337.37 0.82 0.4
Hex B9 12 51 0 5A 38 1B 151 52 28
Octal 271 22 121 0 132 70 33 521 122 50
Binary 10111001 10010 1010001 0 1011010 111000 11011 101010001 1010010 101000

Color Harmonies of #B91251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91251

Black with #B91251

Text Example


Text Example

White with #B91251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91251; }

 p { color: rgb(185,18,81); }

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

background-color css

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

 a { background-color: rgb(185,18,81); }

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

border-color css

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

 span { border-color: rgb(185,18,81); }

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