Html Css Color HEX #B9104D Jazzberry Jam

📋 copy color: '#B9104D'

red 185 ◦ green 16 ◦ blue 77

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

Shades of Jazzberry Jam #B9104D

Tints of Jazzberry Jam #B9104D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.76%

 BLUE value IS 77 (30.47% from 255) = 27.7%

R = 66.55%
G = 5.76%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B9104D (or 0xB9104D) is known color: Jazzberry Jam. HEX triplet: B9, 10 and 4D. RGB value is (185,16,77). Sum of RGB (Red+Green+Blue) = 185+16+77=278 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.55% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 185 - color contains mainly: red. Hex color #B9104D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9104D is #46EFB2. Grayscale: #494949. Windows color (decimal): -4648883 or 5050553. OLE color: 5050553.

HSL color Cylindrical-coordinate representation of color #B9104D: hue angle of 338.34º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B9104D is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 16 77 -
CMYK 0 0.91 0.58 0.27
HSL 338.34º 0.84% 0.39% -
HSV(B) 338.34º 0.91% 0.73% -
XYZ 21.53 11.22 8.05 -
YUV 73.49 129.99 207.54 -
System Red Green Blue C M Y K H S L
Decimal 185 16 77 0 0.91 0.58 0.27 338.34 0.84 0.39
Hex B9 10 4D 0 5B 3A 1B 152 54 27
Octal 271 20 115 0 133 72 33 522 124 47
Binary 10111001 10000 1001101 0 1011011 111010 11011 101010010 1010100 100111

Color Harmonies of #B9104D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9104D

Black with #B9104D

Text Example


Text Example

White with #B9104D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9104D; }

 p { color: rgb(185,16,77); }

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

background-color css

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

 a { background-color: rgb(185,16,77); }

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

border-color css

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

 span { border-color: rgb(185,16,77); }

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