Html Css Color HEX #B9146D Jazzberry Jam

📋 copy color: '#B9146D'

red 185 ◦ green 20 ◦ blue 109

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

Shades of Jazzberry Jam #B9146D

Tints of Jazzberry Jam #B9146D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.71%

R = 58.92%
G = 6.37%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B9146D (or 0xB9146D) is known color: Jazzberry Jam. HEX triplet: B9, 14 and 6D. RGB value is (185,20,109). Sum of RGB (Red+Green+Blue) = 185+20+109=314 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.92% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 185 - color contains mainly: red. Hex color #B9146D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9146D is #46EB92. Grayscale: #4F4F4F. Windows color (decimal): -4647827 or 7148729. OLE color: 7148729.

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

Color convert

RGB 185 20 109 -
CMYK 0 0.89 0.41 0.27
HSL 327.64º 0.8% 0.4% -
HSV(B) 327.64º 0.89% 0.73% -
XYZ 23.02 11.92 15.56 -
YUV 79.48 144.66 203.26 -
System Red Green Blue C M Y K H S L
Decimal 185 20 109 0 0.89 0.41 0.27 327.64 0.8 0.4
Hex B9 14 6D 0 59 29 1B 148 50 28
Octal 271 24 155 0 131 51 33 510 120 50
Binary 10111001 10100 1101101 0 1011001 101001 11011 101001000 1010000 101000

Color Harmonies of #B9146D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9146D

Black with #B9146D

Text Example


Text Example

White with #B9146D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9146D; }

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

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

background-color css

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

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

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

border-color css

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

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

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