Html Css Color HEX #B9145B Jazzberry Jam

📋 copy color: '#B9145B'

red 185 ◦ green 20 ◦ blue 91

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

Shades of Jazzberry Jam #B9145B

Tints of Jazzberry Jam #B9145B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.76%

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

R = 62.5%
G = 6.76%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B9145B (or 0xB9145B) is known color: Jazzberry Jam. HEX triplet: B9, 14 and 5B. RGB value is (185,20,91). Sum of RGB (Red+Green+Blue) = 185+20+91=296 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.5% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 185 - color contains mainly: red. Hex color #B9145B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9145B is #46EBA4. Grayscale: #4D4D4D. Windows color (decimal): -4647845 or 5969081. OLE color: 5969081.

HSL color Cylindrical-coordinate representation of color #B9145B: hue angle of 334.18º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B9145B is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 20 91 -
CMYK 0 0.89 0.51 0.27
HSL 334.18º 0.8% 0.4% -
HSV(B) 334.18º 0.89% 0.73% -
XYZ 22.15 11.57 10.96 -
YUV 77.43 135.66 204.73 -
System Red Green Blue C M Y K H S L
Decimal 185 20 91 0 0.89 0.51 0.27 334.18 0.8 0.4
Hex B9 14 5B 0 59 33 1B 14E 50 28
Octal 271 24 133 0 131 63 33 516 120 50
Binary 10111001 10100 1011011 0 1011001 110011 11011 101001110 1010000 101000

Color Harmonies of #B9145B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9145B

Black with #B9145B

Text Example


Text Example

White with #B9145B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9145B; }

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

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

background-color css

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

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

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

border-color css

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

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

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