Html Css Color HEX #B9146E Jazzberry Jam

📋 copy color: '#B9146E'

red 185 ◦ green 20 ◦ blue 110

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

Shades of Jazzberry Jam #B9146E

Tints of Jazzberry Jam #B9146E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.92%

R = 58.73%
G = 6.35%
B = 34.92%

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

#B9146E (or 0xB9146E) is known color: Jazzberry Jam. HEX triplet: B9, 14 and 6E. RGB value is (185,20,110). Sum of RGB (Red+Green+Blue) = 185+20+110=315 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.73% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 185 - color contains mainly: red. Hex color #B9146E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9146E is #46EB91. Grayscale: #4F4F4F. Windows color (decimal): -4647826 or 7214265. OLE color: 7214265.

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

Color convert

RGB 185 20 110 -
CMYK 0 0.89 0.41 0.27
HSL 327.27º 0.8% 0.4% -
HSV(B) 327.27º 0.89% 0.73% -
XYZ 23.07 11.94 15.84 -
YUV 79.6 145.16 203.18 -
System Red Green Blue C M Y K H S L
Decimal 185 20 110 0 0.89 0.41 0.27 327.27 0.8 0.4
Hex B9 14 6E 0 59 29 1B 147 50 28
Octal 271 24 156 0 131 51 33 507 120 50
Binary 10111001 10100 1101110 0 1011001 101001 11011 101000111 1010000 101000

Color Harmonies of #B9146E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9146E

Black with #B9146E

Text Example


Text Example

White with #B9146E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9146E; }

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

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

background-color css

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

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

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

border-color css

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

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

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