Html Css Color HEX #B8146F Jazzberry Jam

📋 copy color: '#B8146F'

red 184 ◦ green 20 ◦ blue 111

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

Shades of Jazzberry Jam #B8146F

Tints of Jazzberry Jam #B8146F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.24%

R = 58.41%
G = 6.35%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B8146F (or 0xB8146F) is known color: Jazzberry Jam. HEX triplet: B8, 14 and 6F. RGB value is (184,20,111). Sum of RGB (Red+Green+Blue) = 184+20+111=315 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.41% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 184 - color contains mainly: red. Hex color #B8146F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8146F is #47EB90. Grayscale: #4F4F4F. Windows color (decimal): -4713361 or 7279800. OLE color: 7279800.

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

Color convert

RGB 184 20 111 -
CMYK 0 0.89 0.40 0.28
HSL 326.71º 0.8% 0.4% -
HSV(B) 326.71º 0.89% 0.72% -
XYZ 22.89 11.84 16.12 -
YUV 79.41 145.83 202.6 -
System Red Green Blue C M Y K H S L
Decimal 184 20 111 0 0.89 0.40 0.28 326.71 0.8 0.4
Hex B8 14 6F 0 59 28 1C 147 50 28
Octal 270 24 157 0 131 50 34 507 120 50
Binary 10111000 10100 1101111 0 1011001 101000 11100 101000111 1010000 101000

Color Harmonies of #B8146F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8146F

Black with #B8146F

Text Example


Text Example

White with #B8146F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8146F; }

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

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

background-color css

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

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

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

border-color css

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

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

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