Html Css Color HEX #B9145C Jazzberry Jam

📋 copy color: '#B9145C'

red 185 ◦ green 20 ◦ blue 92

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

Shades of Jazzberry Jam #B9145C

Tints of Jazzberry Jam #B9145C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.98%

R = 62.29%
G = 6.73%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B9145C (or 0xB9145C) is known color: Jazzberry Jam. HEX triplet: B9, 14 and 5C. RGB value is (185,20,92). Sum of RGB (Red+Green+Blue) = 185+20+92=297 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.29% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 185 - color contains mainly: red. Hex color #B9145C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9145C is #46EBA3. Grayscale: #4D4D4D. Windows color (decimal): -4647844 or 6034617. OLE color: 6034617.

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

Color convert

RGB 185 20 92 -
CMYK 0 0.89 0.50 0.27
HSL 333.82º 0.8% 0.4% -
HSV(B) 333.82º 0.89% 0.73% -
XYZ 22.19 11.59 11.19 -
YUV 77.54 136.16 204.65 -
System Red Green Blue C M Y K H S L
Decimal 185 20 92 0 0.89 0.50 0.27 333.82 0.8 0.4
Hex B9 14 5C 0 59 32 1B 14E 50 28
Octal 271 24 134 0 131 62 33 516 120 50
Binary 10111001 10100 1011100 0 1011001 110010 11011 101001110 1010000 101000

Color Harmonies of #B9145C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9145C

Black with #B9145C

Text Example


Text Example

White with #B9145C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9145C; }

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

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

background-color css

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

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

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

border-color css

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

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

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