Html Css Color HEX #B9195B Jazzberry Jam

📋 copy color: '#B9195B'

red 185 ◦ green 25 ◦ blue 91

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

Shades of Jazzberry Jam #B9195B

Tints of Jazzberry Jam #B9195B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.23%

R = 61.46%
G = 8.31%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B9195B (or 0xB9195B) is known color: Jazzberry Jam. HEX triplet: B9, 19 and 5B. RGB value is (185,25,91). Sum of RGB (Red+Green+Blue) = 185+25+91=301 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.46% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 185 - color contains mainly: red. Hex color #B9195B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9195B is #46E6A4. Grayscale: #505050. Windows color (decimal): -4646565 or 5970361. OLE color: 5970361.

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

Color convert

RGB 185 25 91 -
CMYK 0 0.86 0.51 0.27
HSL 335.25º 0.76% 0.41% -
HSV(B) 335.25º 0.86% 0.73% -
XYZ 22.24 11.76 11 -
YUV 80.36 134.01 202.63 -
System Red Green Blue C M Y K H S L
Decimal 185 25 91 0 0.86 0.51 0.27 335.25 0.76 0.41
Hex B9 19 5B 0 56 33 1B 14F 4C 29
Octal 271 31 133 0 126 63 33 517 114 51
Binary 10111001 11001 1011011 0 1010110 110011 11011 101001111 1001100 101001

Color Harmonies of #B9195B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9195B

Black with #B9195B

Text Example


Text Example

White with #B9195B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9195B; }

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

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

background-color css

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

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

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

border-color css

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

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

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