Html Css Color HEX #B8146C Jazzberry Jam

📋 copy color: '#B8146C'

red 184 ◦ green 20 ◦ blue 108

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

Shades of Jazzberry Jam #B8146C

Tints of Jazzberry Jam #B8146C

RGB

 RED value IS 184 (72.27% from 255) = 58.97%

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

 BLUE value IS 108 (42.58% from 255) = 34.62%

R = 58.97%
G = 6.41%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B8146C (or 0xB8146C) is known color: Jazzberry Jam. HEX triplet: B8, 14 and 6C. RGB value is (184,20,108). Sum of RGB (Red+Green+Blue) = 184+20+108=312 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.97% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 184 - color contains mainly: red. Hex color #B8146C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8146C is #47EB93. Grayscale: #4E4E4E. Windows color (decimal): -4713364 or 7083192. OLE color: 7083192.

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

Color convert

RGB 184 20 108 -
CMYK 0 0.89 0.41 0.28
HSL 327.8º 0.8% 0.4% -
HSV(B) 327.8º 0.89% 0.72% -
XYZ 22.72 11.77 15.26 -
YUV 79.07 144.33 202.84 -
System Red Green Blue C M Y K H S L
Decimal 184 20 108 0 0.89 0.41 0.28 327.8 0.8 0.4
Hex B8 14 6C 0 59 29 1C 148 50 28
Octal 270 24 154 0 131 51 34 510 120 50
Binary 10111000 10100 1101100 0 1011001 101001 11100 101001000 1010000 101000

Color Harmonies of #B8146C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8146C

Black with #B8146C

Text Example


Text Example

White with #B8146C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8146C; }

 p { color: rgb(184,20,108); }

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

background-color css

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

 a { background-color: rgb(184,20,108); }

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

border-color css

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

 span { border-color: rgb(184,20,108); }

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