Html Css Color HEX #B9146A Jazzberry Jam

📋 copy color: '#B9146A'

red 185 ◦ green 20 ◦ blue 106

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

Shades of Jazzberry Jam #B9146A

Tints of Jazzberry Jam #B9146A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.08%

R = 59.49%
G = 6.43%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#B9146A (or 0xB9146A) is known color: Jazzberry Jam. HEX triplet: B9, 14 and 6A. RGB value is (185,20,106). Sum of RGB (Red+Green+Blue) = 185+20+106=311 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.49% from 311); Green value is 20 (8.20% from 255 or 6.43% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 185 - color contains mainly: red. Hex color #B9146A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9146A is #46EB95. Grayscale: #4E4E4E. Windows color (decimal): -4647830 or 6952121. OLE color: 6952121.

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

Color convert

RGB 185 20 106 -
CMYK 0 0.89 0.43 0.27
HSL 328.73º 0.8% 0.4% -
HSV(B) 328.73º 0.89% 0.73% -
XYZ 22.86 11.86 14.72 -
YUV 79.14 143.16 203.51 -
System Red Green Blue C M Y K H S L
Decimal 185 20 106 0 0.89 0.43 0.27 328.73 0.8 0.4
Hex B9 14 6A 0 59 2B 1B 149 50 28
Octal 271 24 152 0 131 53 33 511 120 50
Binary 10111001 10100 1101010 0 1011001 101011 11011 101001001 1010000 101000

Color Harmonies of #B9146A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9146A

Black with #B9146A

Text Example


Text Example

White with #B9146A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9146A; }

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

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

background-color css

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

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

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

border-color css

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

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

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